Html Css Color HEX #0308CA Medium Blue

📋 copy color: '#0308CA'

red 3 ◦ green 8 ◦ blue 202

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

Shades of Medium Blue #0308CA

Tints of Medium Blue #0308CA

RGB

 RED value IS 3 (1.56% from 255) = 1.41%

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

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

R = 1.41%
G = 3.76%
B = 94.84%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0308CA (or 0x0308CA) is known color: Medium Blue. HEX triplet: 03, 08 and CA. RGB value is (3,8,202). Sum of RGB (Red+Green+Blue) = 3+8+202=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 202 (79.30% from 255 or 94.84% from 213); Max value from RGB is 202 - color contains mainly: blue. Hex color #0308CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0308CA is #FCF735. Grayscale: #1B1B1B. Windows color (decimal): -16578358 or 13240323. OLE color: 13240323.

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

Color convert

RGB 3 8 202 -
CMYK 0.99 0.96 0 0.21
HSL 238.49º 0.97% 0.4% -
HSV(B) 238.49º 0.99% 0.79% -
XYZ 10.79 4.46 56.17 -
YUV 28.62 225.84 109.73 -
System Red Green Blue C M Y K H S L
Decimal 3 8 202 0.99 0.96 0 0.21 238.49 0.97 0.4
Hex 3 8 CA 63 60 0 15 EE 61 28
Octal 3 10 312 143 140 0 25 356 141 50
Binary 11 1000 11001010 1100011 1100000 0 10101 11101110 1100001 101000

Color Harmonies of #0308CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0308CA

Black with #0308CA

Text Example


Text Example

White with #0308CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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