Html Css Color HEX #0C30F8 Blue

📋 copy color: '#0C30F8'

red 12 ◦ green 48 ◦ blue 248

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

Shades of Blue #0C30F8

Tints of Blue #0C30F8

RGB

 RED value IS 12 (5.08% from 255) = 3.9%

 GREEN value IS 48 (19.14% from 255) = 15.58%

 BLUE value IS 248 (97.27% from 255) = 80.52%

R = 3.9%
G = 15.58%
B = 80.52%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0C30F8 (or 0x0C30F8) is known color: Blue. HEX triplet: 0C, 30 and F8. RGB value is (12,48,248). Sum of RGB (Red+Green+Blue) = 12+48+248=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 248 (97.27% from 255 or 80.52% from 308); Max value from RGB is 248 - color contains mainly: blue. Hex color #0C30F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C30F8 is #F3CF07. Grayscale: #3B3B3B. Windows color (decimal): -15978248 or 16265228. OLE color: 16265228.

HSL color Cylindrical-coordinate representation of color #0C30F8: hue angle of 230.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C30F8 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 12 48 248 -
CMYK 0.95 0.81 0 0.03
HSL 230.85º 0.94% 0.51% -
HSV(B) 230.85º 0.95% 0.97% -
XYZ 18.15 8.97 89.58 -
YUV 60.04 234.07 93.74 -
System Red Green Blue C M Y K H S L
Decimal 12 48 248 0.95 0.81 0 0.03 230.85 0.94 0.51
Hex C 30 F8 5F 51 0 3 E7 5E 33
Octal 14 60 370 137 121 0 3 347 136 63
Binary 1100 110000 11111000 1011111 1010001 0 11 11100111 1011110 110011

Color Harmonies of #0C30F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C30F8

Black with #0C30F8

Text Example


Text Example

White with #0C30F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,48,248); }

 H1.HeaderClassName
 {
   color: #0C30F8;
 }
 .AnyTagClassName
 {
   color: #0C30F8;
 }
</style>

background-color css

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

 a { background-color: rgb(12,48,248); }

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

border-color css

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

 span { border-color: rgb(12,48,248); }

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