Html Css Color HEX #0307CA Medium Blue

📋 copy color: '#0307CA'

red 3 ◦ green 7 ◦ blue 202

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

Shades of Medium Blue #0307CA

Tints of Medium Blue #0307CA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

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

R = 1.42%
G = 3.3%
B = 95.28%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0307CA (or 0x0307CA) is known color: Medium Blue. HEX triplet: 03, 07 and CA. RGB value is (3,7,202). Sum of RGB (Red+Green+Blue) = 3+7+202=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 202 (79.30% from 255 or 95.28% from 212); Max value from RGB is 202 - color contains mainly: blue. Hex color #0307CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0307CA is #FCF835. Grayscale: #1B1B1B. Windows color (decimal): -16578614 or 13240067. OLE color: 13240067.

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

Color convert

RGB 3 7 202 -
CMYK 0.99 0.97 0 0.21
HSL 238.79º 0.97% 0.4% -
HSV(B) 238.79º 0.99% 0.79% -
XYZ 10.77 4.44 56.17 -
YUV 28.03 226.17 110.14 -
System Red Green Blue C M Y K H S L
Decimal 3 7 202 0.99 0.97 0 0.21 238.79 0.97 0.4
Hex 3 7 CA 63 61 0 15 EF 61 28
Octal 3 7 312 143 141 0 25 357 141 50
Binary 11 111 11001010 1100011 1100001 0 10101 11101111 1100001 101000

Color Harmonies of #0307CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0307CA

Black with #0307CA

Text Example


Text Example

White with #0307CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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