Html Css Color HEX #1B6BEF Dodger Blue

📋 copy color: '#1B6BEF'

red 27 ◦ green 107 ◦ blue 239

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

Shades of Dodger Blue #1B6BEF

Tints of Dodger Blue #1B6BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.69%

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

R = 7.24%
G = 28.69%
B = 64.08%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1B6BEF (or 0x1B6BEF) is known color: Dodger Blue. HEX triplet: 1B, 6B and EF. RGB value is (27,107,239). Sum of RGB (Red+Green+Blue) = 27+107+239=373 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.24% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #1B6BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6BEF is #E49410. Grayscale: #616161. Windows color (decimal): -14980113 or 15690523. OLE color: 15690523.

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

Color convert

RGB 27 107 239 -
CMYK 0.89 0.55 0 0.06
HSL 217.36º 0.87% 0.52% -
HSV(B) 217.36º 0.89% 0.94% -
XYZ 21.29 16.98 83.82 -
YUV 98.13 207.5 77.27 -
System Red Green Blue C M Y K H S L
Decimal 27 107 239 0.89 0.55 0 0.06 217.36 0.87 0.52
Hex 1B 6B EF 59 37 0 6 D9 57 34
Octal 33 153 357 131 67 0 6 331 127 64
Binary 11011 1101011 11101111 1011001 110111 0 110 11011001 1010111 110100

Color Harmonies of #1B6BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6BEF

Black with #1B6BEF

Text Example


Text Example

White with #1B6BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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