Html Css Color HEX #156FF2 Dodger Blue

📋 copy color: '#156FF2'

red 21 ◦ green 111 ◦ blue 242

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

Shades of Dodger Blue #156FF2

Tints of Dodger Blue #156FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 64.71%

R = 5.61%
G = 29.68%
B = 64.71%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#156FF2 (or 0x156FF2) is known color: Dodger Blue. HEX triplet: 15, 6F and F2. RGB value is (21,111,242). Sum of RGB (Red+Green+Blue) = 21+111+242=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 242 (94.92% from 255 or 64.71% from 374); Max value from RGB is 242 - color contains mainly: blue. Hex color #156FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156FF2 is #EA900D. Grayscale: #626262. Windows color (decimal): -15372302 or 15888149. OLE color: 15888149.

HSL color Cylindrical-coordinate representation of color #156FF2: hue angle of 215.57º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156FF2 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 111 242 -
CMYK 0.91 0.54 0 0.05
HSL 215.57º 0.89% 0.52% -
HSV(B) 215.57º 0.91% 0.95% -
XYZ 22.02 17.94 86.31 -
YUV 99.02 208.68 72.35 -
System Red Green Blue C M Y K H S L
Decimal 21 111 242 0.91 0.54 0 0.05 215.57 0.89 0.52
Hex 15 6F F2 5B 36 0 5 D8 59 34
Octal 25 157 362 133 66 0 5 330 131 64
Binary 10101 1101111 11110010 1011011 110110 0 101 11011000 1011001 110100

Color Harmonies of #156FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156FF2

Black with #156FF2

Text Example


Text Example

White with #156FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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