Html Css Color HEX #156FF1 Dodger Blue

📋 copy color: '#156FF1'

red 21 ◦ green 111 ◦ blue 241

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

Shades of Dodger Blue #156FF1

Tints of Dodger Blue #156FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 64.61%

R = 5.63%
G = 29.76%
B = 64.61%

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

#156FF1 (or 0x156FF1) is known color: Dodger Blue. HEX triplet: 15, 6F and F1. RGB value is (21,111,241). Sum of RGB (Red+Green+Blue) = 21+111+241=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #156FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156FF1 is #EA900E. Grayscale: #626262. Windows color (decimal): -15372303 or 15822613. OLE color: 15822613.

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

Color convert

RGB 21 111 241 -
CMYK 0.91 0.54 0 0.05
HSL 215.45º 0.89% 0.51% -
HSV(B) 215.45º 0.91% 0.95% -
XYZ 21.87 17.88 85.52 -
YUV 98.91 208.18 72.43 -
System Red Green Blue C M Y K H S L
Decimal 21 111 241 0.91 0.54 0 0.05 215.45 0.89 0.51
Hex 15 6F F1 5B 36 0 5 D7 59 33
Octal 25 157 361 133 66 0 5 327 131 63
Binary 10101 1101111 11110001 1011011 110110 0 101 11010111 1011001 110011

Color Harmonies of #156FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156FF1

Black with #156FF1

Text Example


Text Example

White with #156FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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