Html Css Color HEX #1C6FEF Dodger Blue

📋 copy color: '#1C6FEF'

red 28 ◦ green 111 ◦ blue 239

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

Shades of Dodger Blue #1C6FEF

Tints of Dodger Blue #1C6FEF

RGB

 RED value IS 28 (11.33% from 255) = 7.41%

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

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

R = 7.41%
G = 29.37%
B = 63.23%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C6FEF (or 0x1C6FEF) is known color: Dodger Blue. HEX triplet: 1C, 6F and EF. RGB value is (28,111,239). Sum of RGB (Red+Green+Blue) = 28+111+239=378 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.41% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C6FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C6FEF is #E39010. Grayscale: #646464. Windows color (decimal): -14913553 or 15691548. OLE color: 15691548.

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

Color convert

RGB 28 111 239 -
CMYK 0.88 0.54 0 0.06
HSL 216.4º 0.87% 0.52% -
HSV(B) 216.4º 0.88% 0.94% -
XYZ 21.74 17.85 83.96 -
YUV 100.78 206 76.09 -
System Red Green Blue C M Y K H S L
Decimal 28 111 239 0.88 0.54 0 0.06 216.4 0.87 0.52
Hex 1C 6F EF 58 36 0 6 D8 57 34
Octal 34 157 357 130 66 0 6 330 127 64
Binary 11100 1101111 11101111 1011000 110110 0 110 11011000 1010111 110100

Color Harmonies of #1C6FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6FEF

Black with #1C6FEF

Text Example


Text Example

White with #1C6FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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