Html Css Color HEX #0C0FFA Blue

📋 copy color: '#0C0FFA'

red 12 ◦ green 15 ◦ blue 250

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

Shades of Blue #0C0FFA

Tints of Blue #0C0FFA

RGB

 RED value IS 12 (5.08% from 255) = 4.33%

 GREEN value IS 15 (6.25% from 255) = 5.42%

 BLUE value IS 250 (98.05% from 255) = 90.25%

R = 4.33%
G = 5.42%
B = 90.25%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C0FFA (or 0x0C0FFA) is known color: Blue. HEX triplet: 0C, 0F and FA. RGB value is (12,15,250). Sum of RGB (Red+Green+Blue) = 12+15+250=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 250 (98.05% from 255 or 90.25% from 277); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C0FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C0FFA is #F3F005. Grayscale: #272727. Windows color (decimal): -15986694 or 16387852. OLE color: 16387852.

HSL color Cylindrical-coordinate representation of color #0C0FFA: hue angle of 239.24º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C0FFA is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 15 250 -
CMYK 0.95 0.94 0 0.02
HSL 239.24º 0.96% 0.51% -
HSV(B) 239.24º 0.95% 0.98% -
XYZ 17.58 7.32 90.93 -
YUV 40.89 246.01 107.39 -
System Red Green Blue C M Y K H S L
Decimal 12 15 250 0.95 0.94 0 0.02 239.24 0.96 0.51
Hex C F FA 5F 5E 0 2 EF 60 33
Octal 14 17 372 137 136 0 2 357 140 63
Binary 1100 1111 11111010 1011111 1011110 0 10 11101111 1100000 110011

Color Harmonies of #0C0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0FFA

Black with #0C0FFA

Text Example


Text Example

White with #0C0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C0FFA; }

 p { color: rgb(12,15,250); }

 H1.HeaderClassName
 {
   color: #0C0FFA;
 }
 .AnyTagClassName
 {
   color: #0C0FFA;
 }
</style>

background-color css

<style>
 a { background-color: #0C0FFA; }

 a { background-color: rgb(12,15,250); }

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

border-color css

<style>
 span { border-color: #0C0FFA; }

 span { border-color: rgb(12,15,250); }

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