Html Css Color HEX #1594FC Dodger Blue

📋 copy color: '#1594FC'

red 21 ◦ green 148 ◦ blue 252

#1594FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1594FC

Tints of Dodger Blue #1594FC

RGB

 RED value IS 21 (8.59% from 255) = 4.99%

 GREEN value IS 148 (58.2% from 255) = 35.15%

 BLUE value IS 252 (98.83% from 255) = 59.86%

R = 4.99%
G = 35.15%
B = 59.86%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1594FC (or 0x1594FC) is known color: Dodger Blue. HEX triplet: 15, 94 and FC. RGB value is (21,148,252). Sum of RGB (Red+Green+Blue) = 21+148+252=421 (55% of max value = 765). Red value is 21 (8.59% from 255 or 4.99% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #1594FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1594FC is #EA6B03. Grayscale: #797979. Windows color (decimal): -15362820 or 16552981. OLE color: 16552981.

HSL color Cylindrical-coordinate representation of color #1594FC: hue angle of 207.01º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1594FC is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 148 252 -
CMYK 0.92 0.41 0 0.01
HSL 207.01º 0.97% 0.54% -
HSV(B) 207.01º 0.92% 0.99% -
XYZ 28.47 28.37 96.07 -
YUV 121.88 201.42 56.04 -
System Red Green Blue C M Y K H S L
Decimal 21 148 252 0.92 0.41 0 0.01 207.01 0.97 0.54
Hex 15 94 FC 5C 29 0 1 CF 61 36
Octal 25 224 374 134 51 0 1 317 141 66
Binary 10101 10010100 11111100 1011100 101001 0 1 11001111 1100001 110110

Color Harmonies of #1594FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1594FC

Black with #1594FC

Text Example


Text Example

White with #1594FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1594FC; }

 p { color: rgb(21,148,252); }

 H1.HeaderClassName
 {
   color: #1594FC;
 }
 .AnyTagClassName
 {
   color: #1594FC;
 }
</style>

background-color css

<style>
 a { background-color: #1594FC; }

 a { background-color: rgb(21,148,252); }

 div.DivClassName
 {
   background-color: #1594FC;
 }
 .BgClassName
 {
   background-color: #1594FC;
 }
</style>

border-color css

<style>
 span { border-color: #1594FC; }

 span { border-color: rgb(21,148,252); }

 td.TdClassName
 {
   border-color: #1594FC;
 }
 .TagClassName
 {
   border-color: #1594FC;
 }
</style>