Html Css Color HEX #156FEE Dodger Blue

📋 copy color: '#156FEE'

red 21 ◦ green 111 ◦ blue 238

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

Shades of Dodger Blue #156FEE

Tints of Dodger Blue #156FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.32%

R = 5.68%
G = 30%
B = 64.32%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#156FEE (or 0x156FEE) is known color: Dodger Blue. HEX triplet: 15, 6F and EE. RGB value is (21,111,238). Sum of RGB (Red+Green+Blue) = 21+111+238=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #156FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156FEE is #EA9011. Grayscale: #616161. Windows color (decimal): -15372306 or 15626005. OLE color: 15626005.

HSL color Cylindrical-coordinate representation of color #156FEE: hue angle of 215.12º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156FEE is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 111 238 -
CMYK 0.91 0.53 0 0.07
HSL 215.12º 0.86% 0.51% -
HSV(B) 215.12º 0.91% 0.93% -
XYZ 21.43 17.7 83.18 -
YUV 98.57 206.68 72.67 -
System Red Green Blue C M Y K H S L
Decimal 21 111 238 0.91 0.53 0 0.07 215.12 0.86 0.51
Hex 15 6F EE 5B 35 0 7 D7 56 33
Octal 25 157 356 133 65 0 7 327 126 63
Binary 10101 1101111 11101110 1011011 110101 0 111 11010111 1010110 110011

Color Harmonies of #156FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156FEE

Black with #156FEE

Text Example


Text Example

White with #156FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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