Html Css Color HEX #156FFE Dodger Blue

📋 copy color: '#156FFE'

red 21 ◦ green 111 ◦ blue 254

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

Shades of Dodger Blue #156FFE

Tints of Dodger Blue #156FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.76%

 BLUE value IS 254 (99.61% from 255) = 65.8%

R = 5.44%
G = 28.76%
B = 65.8%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#156FFE (or 0x156FFE) is known color: Dodger Blue. HEX triplet: 15, 6F and FE. RGB value is (21,111,254). Sum of RGB (Red+Green+Blue) = 21+111+254=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #156FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156FFE is #EA9001. Grayscale: #636363. Windows color (decimal): -15372290 or 16674581. OLE color: 16674581.

HSL color Cylindrical-coordinate representation of color #156FFE: hue angle of 216.82º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #156FFE is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 21 111 254 -
CMYK 0.92 0.56 0 0.00
HSL 216.82º 0.99% 0.54% -
HSV(B) 216.82º 0.92% 1% -
XYZ 23.88 18.68 96.11 -
YUV 100.39 214.68 71.37 -
System Red Green Blue C M Y K H S L
Decimal 21 111 254 0.92 0.56 0 0.00 216.82 0.99 0.54
Hex 15 6F FE 5C 38 0 0 D9 63 36
Octal 25 157 376 134 70 0 0 331 143 66
Binary 10101 1101111 11111110 1011100 111000 0 0 11011001 1100011 110110

Color Harmonies of #156FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156FFE

Black with #156FFE

Text Example


Text Example

White with #156FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156FFE; }

 p { color: rgb(21,111,254); }

 H1.HeaderClassName
 {
   color: #156FFE;
 }
 .AnyTagClassName
 {
   color: #156FFE;
 }
</style>

background-color css

<style>
 a { background-color: #156FFE; }

 a { background-color: rgb(21,111,254); }

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

border-color css

<style>
 span { border-color: #156FFE; }

 span { border-color: rgb(21,111,254); }

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