Html Css Color HEX #060CEE Blue

📋 copy color: '#060CEE'

red 6 ◦ green 12 ◦ blue 238

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

Shades of Blue #060CEE

Tints of Blue #060CEE

RGB

 RED value IS 6 (2.73% from 255) = 2.34%

 GREEN value IS 12 (5.08% from 255) = 4.69%

 BLUE value IS 238 (93.36% from 255) = 92.97%

R = 2.34%
G = 4.69%
B = 92.97%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#060CEE (or 0x060CEE) is known color: Blue. HEX triplet: 06, 0C and EE. RGB value is (6,12,238). Sum of RGB (Red+Green+Blue) = 6+12+238=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 238 (93.36% from 255 or 92.97% from 256); Max value from RGB is 238 - color contains mainly: blue. Hex color #060CEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060CEE is #F9F311. Grayscale: #232323. Windows color (decimal): -16380690 or 15600646. OLE color: 15600646.

HSL color Cylindrical-coordinate representation of color #060CEE: hue angle of 238.45º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060CEE is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 12 238 -
CMYK 0.97 0.95 0 0.07
HSL 238.45º 0.95% 0.48% -
HSV(B) 238.45º 0.97% 0.93% -
XYZ 15.64 6.47 81.31 -
YUV 35.97 242.01 106.62 -
System Red Green Blue C M Y K H S L
Decimal 6 12 238 0.97 0.95 0 0.07 238.45 0.95 0.48
Hex 6 C EE 61 5F 0 7 EE 5F 30
Octal 6 14 356 141 137 0 7 356 137 60
Binary 110 1100 11101110 1100001 1011111 0 111 11101110 1011111 110000

Color Harmonies of #060CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CEE

Black with #060CEE

Text Example


Text Example

White with #060CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060CEE; }

 p { color: rgb(6,12,238); }

 H1.HeaderClassName
 {
   color: #060CEE;
 }
 .AnyTagClassName
 {
   color: #060CEE;
 }
</style>

background-color css

<style>
 a { background-color: #060CEE; }

 a { background-color: rgb(6,12,238); }

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

border-color css

<style>
 span { border-color: #060CEE; }

 span { border-color: rgb(6,12,238); }

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