Html Css Color HEX #1B7AE0 Dodger Blue

📋 copy color: '#1B7AE0'

red 27 ◦ green 122 ◦ blue 224

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

Shades of Dodger Blue #1B7AE0

Tints of Dodger Blue #1B7AE0

RGB

 RED value IS 27 (10.94% from 255) = 7.24%

 GREEN value IS 122 (48.05% from 255) = 32.71%

 BLUE value IS 224 (87.89% from 255) = 60.05%

R = 7.24%
G = 32.71%
B = 60.05%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1B7AE0 (or 0x1B7AE0) is known color: Dodger Blue. HEX triplet: 1B, 7A and E0. RGB value is (27,122,224). Sum of RGB (Red+Green+Blue) = 27+122+224=373 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.24% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #1B7AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7AE0 is #E4851F. Grayscale: #686868. Windows color (decimal): -14976288 or 14711323. OLE color: 14711323.

HSL color Cylindrical-coordinate representation of color #1B7AE0: hue angle of 211.07º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B7AE0 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 27 122 224 -
CMYK 0.88 0.46 0 0.12
HSL 211.07º 0.78% 0.49% -
HSV(B) 211.07º 0.88% 0.88% -
XYZ 20.87 19.53 73.19 -
YUV 105.22 195.03 72.21 -
System Red Green Blue C M Y K H S L
Decimal 27 122 224 0.88 0.46 0 0.12 211.07 0.78 0.49
Hex 1B 7A E0 58 2E 0 C D3 4E 31
Octal 33 172 340 130 56 0 14 323 116 61
Binary 11011 1111010 11100000 1011000 101110 0 1100 11010011 1001110 110001

Color Harmonies of #1B7AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7AE0

Black with #1B7AE0

Text Example


Text Example

White with #1B7AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B7AE0; }

 p { color: rgb(27,122,224); }

 H1.HeaderClassName
 {
   color: #1B7AE0;
 }
 .AnyTagClassName
 {
   color: #1B7AE0;
 }
</style>

background-color css

<style>
 a { background-color: #1B7AE0; }

 a { background-color: rgb(27,122,224); }

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

border-color css

<style>
 span { border-color: #1B7AE0; }

 span { border-color: rgb(27,122,224); }

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