Html Css Color HEX #0303EF Blue

📋 copy color: '#0303EF'

red 3 ◦ green 3 ◦ blue 239

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

Shades of Blue #0303EF

Tints of Blue #0303EF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 239 (93.75% from 255) = 97.55%

R = 1.22%
G = 1.22%
B = 97.55%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0303EF (or 0x0303EF) is known color: Blue. HEX triplet: 03, 03 and EF. RGB value is (3,3,239). Sum of RGB (Red+Green+Blue) = 3+3+239=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 239 (93.75% from 255 or 97.55% from 245); Max value from RGB is 239 - color contains mainly: blue. Hex color #0303EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0303EF is #FCFC10. Grayscale: #1C1C1C. Windows color (decimal): -16579601 or 15663875. OLE color: 15663875.

HSL color Cylindrical-coordinate representation of color #0303EF: hue angle of 240º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0303EF is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 3 239 -
CMYK 0.99 0.99 0 0.06
HSL 240º 0.98% 0.47% -
HSV(B) 240º 0.99% 0.94% -
XYZ 15.65 6.32 82.06 -
YUV 29.9 246 108.81 -
System Red Green Blue C M Y K H S L
Decimal 3 3 239 0.99 0.99 0 0.06 240 0.98 0.47
Hex 3 3 EF 63 63 0 6 F0 62 2F
Octal 3 3 357 143 143 0 6 360 142 57
Binary 11 11 11101111 1100011 1100011 0 110 11110000 1100010 101111

Color Harmonies of #0303EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0303EF

Black with #0303EF

Text Example


Text Example

White with #0303EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0303EF; }

 p { color: rgb(3,3,239); }

 H1.HeaderClassName
 {
   color: #0303EF;
 }
 .AnyTagClassName
 {
   color: #0303EF;
 }
</style>

background-color css

<style>
 a { background-color: #0303EF; }

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

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

border-color css

<style>
 span { border-color: #0303EF; }

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

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