Html Css Color HEX #1B7FEA Dodger Blue

📋 copy color: '#1B7FEA'

red 27 ◦ green 127 ◦ blue 234

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

Shades of Dodger Blue #1B7FEA

Tints of Dodger Blue #1B7FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

 BLUE value IS 234 (91.8% from 255) = 60.31%

R = 6.96%
G = 32.73%
B = 60.31%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1B7FEA (or 0x1B7FEA) is known color: Dodger Blue. HEX triplet: 1B, 7F and EA. RGB value is (27,127,234). Sum of RGB (Red+Green+Blue) = 27+127+234=388 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.96% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #1B7FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7FEA is #E48015. Grayscale: #6C6C6C. Windows color (decimal): -14974998 or 15367963. OLE color: 15367963.

HSL color Cylindrical-coordinate representation of color #1B7FEA: hue angle of 211.01º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B7FEA is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 127 234 -
CMYK 0.88 0.46 0 0.08
HSL 211.01º 0.83% 0.51% -
HSV(B) 211.01º 0.88% 0.92% -
XYZ 22.89 21.35 80.76 -
YUV 109.3 198.37 69.3 -
System Red Green Blue C M Y K H S L
Decimal 27 127 234 0.88 0.46 0 0.08 211.01 0.83 0.51
Hex 1B 7F EA 58 2E 0 8 D3 53 33
Octal 33 177 352 130 56 0 10 323 123 63
Binary 11011 1111111 11101010 1011000 101110 0 1000 11010011 1010011 110011

Color Harmonies of #1B7FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7FEA

Black with #1B7FEA

Text Example


Text Example

White with #1B7FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,127,234); }

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

background-color css

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

 a { background-color: rgb(27,127,234); }

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

border-color css

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

 span { border-color: rgb(27,127,234); }

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