Html Css Color HEX #1B6FEF Dodger Blue

📋 copy color: '#1B6FEF'

red 27 ◦ green 111 ◦ blue 239

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

Shades of Dodger Blue #1B6FEF

Tints of Dodger Blue #1B6FEF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

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

R = 7.16%
G = 29.44%
B = 63.4%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1B6FEF (or 0x1B6FEF) is known color: Dodger Blue. HEX triplet: 1B, 6F and EF. RGB value is (27,111,239). Sum of RGB (Red+Green+Blue) = 27+111+239=377 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.16% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #1B6FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6FEF is #E49010. Grayscale: #636363. Windows color (decimal): -14979089 or 15691547. OLE color: 15691547.

HSL color Cylindrical-coordinate representation of color #1B6FEF: hue angle of 216.23º 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 #1B6FEF is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 111 239 -
CMYK 0.89 0.54 0 0.06
HSL 216.23º 0.87% 0.52% -
HSV(B) 216.23º 0.89% 0.94% -
XYZ 21.72 17.83 83.96 -
YUV 100.48 206.17 75.59 -
System Red Green Blue C M Y K H S L
Decimal 27 111 239 0.89 0.54 0 0.06 216.23 0.87 0.52
Hex 1B 6F EF 59 36 0 6 D8 57 34
Octal 33 157 357 131 66 0 6 330 127 64
Binary 11011 1101111 11101111 1011001 110110 0 110 11011000 1010111 110100

Color Harmonies of #1B6FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6FEF

Black with #1B6FEF

Text Example


Text Example

White with #1B6FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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