#0C34FD

Color #0C34FD Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0C34FD

Tints of Blue #0C34FD

Color information

#0C34FD (or 0x0C34FD) is unknown color: approx Blue. HEX triplet: 0C, 34 and FD. RGB value is (12,52,253). Sum of RGB (Red+Green+Blue) = 12+52+253=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #0C34FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C34FD is #F3CB02. Grayscale: #3E3E3E. Windows color (decimal): -15977219 or 16593932. OLE color: 16593932.

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

Color convert

RGB1252253-
CMYK0.950.7900.01
HSL230.04º98.37%51.96%-
HSV(B)230.04º95.26%99.22%-
XYZ19.119.6393.78-
YUV62.95235.2591.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.79%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 253 (99.22% from 255) = 79.81%
R=3.79%
G=16.40%
B=79.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal12522530.950.7900.01230.0498.3751.96
HexC34FD5F4F01e66234
Octal14643751371170134614264
Binary1100110100111111011011111100111101111001101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C34FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C34FD; }

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

 H1.HeaderClassName
 {
   color: #0C34FD;
 }
 .AnyTagClassName
 {
   color: #0C34FD;
 }
</style>
background-color css

<style>
 a { background-color: #0C34FD; }

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

 div.DivClassName
 {
   background-color: #0C34FD;
 }
 .BgClassName
 {
   background-color: #0C34FD;
 }
</style>
border-color css

<style>
 span { border-color: #0C34FD; }

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

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