Html Css Color HEX #000CF9 Blue

📋 copy color: '#000CF9'

red 0 ◦ green 12 ◦ blue 249

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

Shades of Blue #000CF9

Tints of Blue #000CF9

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 12 (5.08% from 255) = 4.6%

 BLUE value IS 249 (97.66% from 255) = 95.4%

R = 0%
G = 4.6%
B = 95.4%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#000CF9 (or 0x000CF9) is known color: Blue. HEX triplet: 00, 0C and F9. RGB value is (0,12,249). Sum of RGB (Red+Green+Blue) = 0+12+249=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 249 (97.66% from 255 or 95.40% from 261); Max value from RGB is 249 - color contains mainly: blue. Hex color #000CF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000CF9 is #FFF306. Grayscale: #222222. Windows color (decimal): -16773895 or 16321536. OLE color: 16321536.

HSL color Cylindrical-coordinate representation of color #000CF9: hue angle of 237.11º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CF9 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 12 249 -
CMYK 1 0.95 0 0.02
HSL 237.11º 1% 0.49% -
HSV(B) 237.11º 1% 0.98% -
XYZ 17.23 7.1 90.09 -
YUV 35.43 248.52 102.73 -
System Red Green Blue C M Y K H S L
Decimal 0 12 249 1 0.95 0 0.02 237.11 1 0.49
Hex 0 C F9 64 5F 0 2 ED 64 31
Octal 0 14 371 144 137 0 2 355 144 61
Binary 0 1100 11111001 1100100 1011111 0 10 11101101 1100100 110001

Color Harmonies of #000CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000CF9

Black with #000CF9

Text Example


Text Example

White with #000CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000CF9; }

 p { color: rgb(0,12,249); }

 H1.HeaderClassName
 {
   color: #000CF9;
 }
 .AnyTagClassName
 {
   color: #000CF9;
 }
</style>

background-color css

<style>
 a { background-color: #000CF9; }

 a { background-color: rgb(0,12,249); }

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

border-color css

<style>
 span { border-color: #000CF9; }

 span { border-color: rgb(0,12,249); }

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