Html Css Color HEX #1C6BEF Royal Blue

📋 copy color: '#1C6BEF'

red 28 ◦ green 107 ◦ blue 239

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

Shades of Royal Blue #1C6BEF

Tints of Royal Blue #1C6BEF

RGB

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

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

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

R = 7.49%
G = 28.61%
B = 63.9%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C6BEF (or 0x1C6BEF) is known color: Royal Blue. HEX triplet: 1C, 6B and EF. RGB value is (28,107,239). Sum of RGB (Red+Green+Blue) = 28+107+239=374 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.49% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C6BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C6BEF is #E39410. Grayscale: #616161. Windows color (decimal): -14914577 or 15690524. OLE color: 15690524.

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

Color convert

RGB 28 107 239 -
CMYK 0.88 0.55 0 0.06
HSL 217.54º 0.87% 0.52% -
HSV(B) 217.54º 0.88% 0.94% -
XYZ 21.32 16.99 83.82 -
YUV 98.43 207.33 77.77 -
System Red Green Blue C M Y K H S L
Decimal 28 107 239 0.88 0.55 0 0.06 217.54 0.87 0.52
Hex 1C 6B EF 58 37 0 6 DA 57 34
Octal 34 153 357 130 67 0 6 332 127 64
Binary 11100 1101011 11101111 1011000 110111 0 110 11011010 1010111 110100

Color Harmonies of #1C6BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6BEF

Black with #1C6BEF

Text Example


Text Example

White with #1C6BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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