Html Css Color HEX #1B85EF Dodger Blue

📋 copy color: '#1B85EF'

red 27 ◦ green 133 ◦ blue 239

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

Shades of Dodger Blue #1B85EF

Tints of Dodger Blue #1B85EF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

 BLUE value IS 239 (93.75% from 255) = 59.9%

R = 6.77%
G = 33.33%
B = 59.9%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1B85EF (or 0x1B85EF) is known color: Dodger Blue. HEX triplet: 1B, 85 and EF. RGB value is (27,133,239). Sum of RGB (Red+Green+Blue) = 27+133+239=399 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.77% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #1B85EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B85EF is #E47A10. Grayscale: #707070. Windows color (decimal): -14973457 or 15697179. OLE color: 15697179.

HSL color Cylindrical-coordinate representation of color #1B85EF: hue angle of 210º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B85EF is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 133 239 -
CMYK 0.89 0.44 0 0.06
HSL 210º 0.87% 0.52% -
HSV(B) 210º 0.89% 0.94% -
XYZ 24.42 23.24 84.86 -
YUV 113.39 198.88 66.38 -
System Red Green Blue C M Y K H S L
Decimal 27 133 239 0.89 0.44 0 0.06 210 0.87 0.52
Hex 1B 85 EF 59 2C 0 6 D2 57 34
Octal 33 205 357 131 54 0 6 322 127 64
Binary 11011 10000101 11101111 1011001 101100 0 110 11010010 1010111 110100

Color Harmonies of #1B85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B85EF

Black with #1B85EF

Text Example


Text Example

White with #1B85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,133,239); }

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

background-color css

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

 a { background-color: rgb(27,133,239); }

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

border-color css

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

 span { border-color: rgb(27,133,239); }

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