Html Css Color HEX #0F00CA Medium Blue

📋 copy color: '#0F00CA'

red 15 ◦ green 0 ◦ blue 202

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

Shades of Medium Blue #0F00CA

Tints of Medium Blue #0F00CA

RGB

 RED value IS 15 (6.25% from 255) = 6.91%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 202 (79.3% from 255) = 93.09%

R = 6.91%
G = 0%
B = 93.09%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0F00CA (or 0x0F00CA) is known color: Medium Blue. HEX triplet: 0F, 00 and CA. RGB value is (15,0,202). Sum of RGB (Red+Green+Blue) = 15+0+202=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 202 (79.30% from 255 or 93.09% from 217); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F00CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F00CA is #F0FF35. Grayscale: #1A1A1A. Windows color (decimal): -15793974 or 13238287. OLE color: 13238287.

HSL color Cylindrical-coordinate representation of color #0F00CA: hue angle of 244.46º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F00CA is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 0 202 -
CMYK 0.93 1 0 0.21
HSL 244.46º 1% 0.4% -
HSV(B) 244.46º 1% 0.79% -
XYZ 10.86 4.37 56.15 -
YUV 27.51 226.47 119.07 -
System Red Green Blue C M Y K H S L
Decimal 15 0 202 0.93 1 0 0.21 244.46 1 0.4
Hex F 0 CA 5D 64 0 15 F4 64 28
Octal 17 0 312 135 144 0 25 364 144 50
Binary 1111 0 11001010 1011101 1100100 0 10101 11110100 1100100 101000

Color Harmonies of #0F00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F00CA

Black with #0F00CA

Text Example


Text Example

White with #0F00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,0,202); }

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

background-color css

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

 a { background-color: rgb(15,0,202); }

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

border-color css

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

 span { border-color: rgb(15,0,202); }

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