Html Css Color HEX #0308CC Medium Blue

📋 copy color: '#0308CC'

red 3 ◦ green 8 ◦ blue 204

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

Shades of Medium Blue #0308CC

Tints of Medium Blue #0308CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 94.88%

R = 1.4%
G = 3.72%
B = 94.88%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0308CC (or 0x0308CC) is known color: Medium Blue. HEX triplet: 03, 08 and CC. RGB value is (3,8,204). Sum of RGB (Red+Green+Blue) = 3+8+204=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 204 (80.08% from 255 or 94.88% from 215); Max value from RGB is 204 - color contains mainly: blue. Hex color #0308CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0308CC is #FCF733. Grayscale: #1C1C1C. Windows color (decimal): -16578356 or 13371395. OLE color: 13371395.

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

Color convert

RGB 3 8 204 -
CMYK 0.99 0.96 0 0.2
HSL 238.51º 0.97% 0.41% -
HSV(B) 238.51º 0.99% 0.8% -
XYZ 11.02 4.55 57.42 -
YUV 28.85 226.84 109.56 -
System Red Green Blue C M Y K H S L
Decimal 3 8 204 0.99 0.96 0 0.2 238.51 0.97 0.41
Hex 3 8 CC 63 60 0 14 EF 61 29
Octal 3 10 314 143 140 0 24 357 141 51
Binary 11 1000 11001100 1100011 1100000 0 10100 11101111 1100001 101001

Color Harmonies of #0308CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0308CC

Black with #0308CC

Text Example


Text Example

White with #0308CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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