Html Css Color HEX #1B73EB Dodger Blue

📋 copy color: '#1B73EB'

red 27 ◦ green 115 ◦ blue 235

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

Shades of Dodger Blue #1B73EB

Tints of Dodger Blue #1B73EB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 7.16%
G = 30.5%
B = 62.33%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1B73EB (or 0x1B73EB) is known color: Dodger Blue. HEX triplet: 1B, 73 and EB. RGB value is (27,115,235). Sum of RGB (Red+Green+Blue) = 27+115+235=377 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.16% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B73EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B73EB is #E48C14. Grayscale: #656565. Windows color (decimal): -14978069 or 15430427. OLE color: 15430427.

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

Color convert

RGB 27 115 235 -
CMYK 0.89 0.51 0 0.08
HSL 214.62º 0.84% 0.51% -
HSV(B) 214.62º 0.89% 0.92% -
XYZ 21.58 18.49 81.03 -
YUV 102.37 202.85 74.24 -
System Red Green Blue C M Y K H S L
Decimal 27 115 235 0.89 0.51 0 0.08 214.62 0.84 0.51
Hex 1B 73 EB 59 33 0 8 D7 54 33
Octal 33 163 353 131 63 0 10 327 124 63
Binary 11011 1110011 11101011 1011001 110011 0 1000 11010111 1010100 110011

Color Harmonies of #1B73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B73EB

Black with #1B73EB

Text Example


Text Example

White with #1B73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,115,235); }

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

background-color css

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

 a { background-color: rgb(27,115,235); }

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

border-color css

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

 span { border-color: rgb(27,115,235); }

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