Html Css Color HEX #156AF1 Dodger Blue

📋 copy color: '#156AF1'

red 21 ◦ green 106 ◦ blue 241

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

Shades of Dodger Blue #156AF1

Tints of Dodger Blue #156AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.8%

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

R = 5.71%
G = 28.8%
B = 65.49%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#156AF1 (or 0x156AF1) is known color: Dodger Blue. HEX triplet: 15, 6A and F1. RGB value is (21,106,241). Sum of RGB (Red+Green+Blue) = 21+106+241=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #156AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156AF1 is #EA950E. Grayscale: #5F5F5F. Windows color (decimal): -15373583 or 15821333. OLE color: 15821333.

HSL color Cylindrical-coordinate representation of color #156AF1: hue angle of 216.82º 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 #156AF1 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 106 241 -
CMYK 0.91 0.56 0 0.05
HSL 216.82º 0.89% 0.51% -
HSV(B) 216.82º 0.91% 0.95% -
XYZ 21.34 16.82 85.34 -
YUV 95.98 209.84 74.52 -
System Red Green Blue C M Y K H S L
Decimal 21 106 241 0.91 0.56 0 0.05 216.82 0.89 0.51
Hex 15 6A F1 5B 38 0 5 D9 59 33
Octal 25 152 361 133 70 0 5 331 131 63
Binary 10101 1101010 11110001 1011011 111000 0 101 11011001 1011001 110011

Color Harmonies of #156AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156AF1

Black with #156AF1

Text Example


Text Example

White with #156AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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