Html Css Color HEX #000CFD Blue

📋 copy color: '#000CFD'

red 0 ◦ green 12 ◦ blue 253

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

Shades of Blue #000CFD

Tints of Blue #000CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 95.47%

R = 0%
G = 4.53%
B = 95.47%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#000CFD (or 0x000CFD) is known color: Blue. HEX triplet: 00, 0C and FD. RGB value is (0,12,253). Sum of RGB (Red+Green+Blue) = 0+12+253=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 253 (99.22% from 255 or 95.47% from 265); Max value from RGB is 253 - color contains mainly: blue. Hex color #000CFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000CFD is #FFF302. Grayscale: #222222. Windows color (decimal): -16773891 or 16583680. OLE color: 16583680.

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

Color convert

RGB 0 12 253 -
CMYK 1 0.95 0 0.01
HSL 237.15º 1% 0.5% -
HSV(B) 237.15º 1% 0.99% -
XYZ 17.86 7.35 93.41 -
YUV 35.89 250.52 102.4 -
System Red Green Blue C M Y K H S L
Decimal 0 12 253 1 0.95 0 0.01 237.15 1 0.5
Hex 0 C FD 64 5F 0 1 ED 64 32
Octal 0 14 375 144 137 0 1 355 144 62
Binary 0 1100 11111101 1100100 1011111 0 1 11101101 1100100 110010

Color Harmonies of #000CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000CFD

Black with #000CFD

Text Example


Text Example

White with #000CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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