Html Css Color HEX #0309FE Blue

📋 copy color: '#0309FE'

red 3 ◦ green 9 ◦ blue 254

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

Shades of Blue #0309FE

Tints of Blue #0309FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

 BLUE value IS 254 (99.61% from 255) = 95.49%

R = 1.13%
G = 3.38%
B = 95.49%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0309FE (or 0x0309FE) is known color: Blue. HEX triplet: 03, 09 and FE. RGB value is (3,9,254). Sum of RGB (Red+Green+Blue) = 3+9+254=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 254 (99.61% from 255 or 95.49% from 266); Max value from RGB is 254 - color contains mainly: blue. Hex color #0309FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0309FE is #FCF601. Grayscale: #222222. Windows color (decimal): -16578050 or 16648451. OLE color: 16648451.

HSL color Cylindrical-coordinate representation of color #0309FE: hue angle of 238.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0309FE is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 3 9 254 -
CMYK 0.99 0.96 0 0.00
HSL 238.57º 0.99% 0.5% -
HSV(B) 238.57º 0.99% 1% -
XYZ 18.02 7.37 94.24 -
YUV 35.14 251.51 105.08 -
System Red Green Blue C M Y K H S L
Decimal 3 9 254 0.99 0.96 0 0.00 238.57 0.99 0.5
Hex 3 9 FE 63 60 0 0 EF 63 32
Octal 3 11 376 143 140 0 0 357 143 62
Binary 11 1001 11111110 1100011 1100000 0 0 11101111 1100011 110010

Color Harmonies of #0309FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0309FE

Black with #0309FE

Text Example


Text Example

White with #0309FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0309FE; }

 p { color: rgb(3,9,254); }

 H1.HeaderClassName
 {
   color: #0309FE;
 }
 .AnyTagClassName
 {
   color: #0309FE;
 }
</style>

background-color css

<style>
 a { background-color: #0309FE; }

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

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

border-color css

<style>
 span { border-color: #0309FE; }

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

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