Html Css Color HEX #0008CA Medium Blue

📋 copy color: '#0008CA'

red 0 ◦ green 8 ◦ blue 202

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

Shades of Medium Blue #0008CA

Tints of Medium Blue #0008CA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.81%

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

R = 0%
G = 3.81%
B = 96.19%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0008CA (or 0x0008CA) is known color: Medium Blue. HEX triplet: 00, 08 and CA. RGB value is (0,8,202). Sum of RGB (Red+Green+Blue) = 0+8+202=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 202 (79.30% from 255 or 96.19% from 210); Max value from RGB is 202 - color contains mainly: blue. Hex color #0008CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0008CA is #FFF735. Grayscale: #1A1A1A. Windows color (decimal): -16774966 or 13240320. OLE color: 13240320.

HSL color Cylindrical-coordinate representation of color #0008CA: hue angle of 237.62º 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 #0008CA is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 8 202 -
CMYK 1 0.96 0 0.21
HSL 237.62º 1% 0.4% -
HSV(B) 237.62º 1% 0.79% -
XYZ 10.75 4.44 56.17 -
YUV 27.72 226.35 108.23 -
System Red Green Blue C M Y K H S L
Decimal 0 8 202 1 0.96 0 0.21 237.62 1 0.4
Hex 0 8 CA 64 60 0 15 EE 64 28
Octal 0 10 312 144 140 0 25 356 144 50
Binary 0 1000 11001010 1100100 1100000 0 10101 11101110 1100100 101000

Color Harmonies of #0008CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0008CA

Black with #0008CA

Text Example


Text Example

White with #0008CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0008CA; }

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

 H1.HeaderClassName
 {
   color: #0008CA;
 }
 .AnyTagClassName
 {
   color: #0008CA;
 }
</style>

background-color css

<style>
 a { background-color: #0008CA; }

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

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

border-color css

<style>
 span { border-color: #0008CA; }

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

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