Html Css Color HEX #0030FB Blue

📋 copy color: '#0030FB'

red 0 ◦ green 48 ◦ blue 251

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

Shades of Blue #0030FB

Tints of Blue #0030FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 83.95%

R = 0%
G = 16.05%
B = 83.95%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0030FB (or 0x0030FB) is known color: Blue. HEX triplet: 00, 30 and FB. RGB value is (0,48,251). Sum of RGB (Red+Green+Blue) = 0+48+251=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 251 (98.44% from 255 or 83.95% from 299); Max value from RGB is 251 - color contains mainly: blue. Hex color #0030FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0030FB is #FFCF04. Grayscale: #373737. Windows color (decimal): -16764677 or 16461824. OLE color: 16461824.

HSL color Cylindrical-coordinate representation of color #0030FB: hue angle of 228.53º 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 #0030FB is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 48 251 -
CMYK 1 0.81 0 0.02
HSL 228.53º 1% 0.49% -
HSV(B) 228.53º 1% 0.98% -
XYZ 18.47 9.08 92.05 -
YUV 56.79 237.6 87.49 -
System Red Green Blue C M Y K H S L
Decimal 0 48 251 1 0.81 0 0.02 228.53 1 0.49
Hex 0 30 FB 64 51 0 2 E5 64 31
Octal 0 60 373 144 121 0 2 345 144 61
Binary 0 110000 11111011 1100100 1010001 0 10 11100101 1100100 110001

Color Harmonies of #0030FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0030FB

Black with #0030FB

Text Example


Text Example

White with #0030FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0030FB; }

 p { color: rgb(0,48,251); }

 H1.HeaderClassName
 {
   color: #0030FB;
 }
 .AnyTagClassName
 {
   color: #0030FB;
 }
</style>

background-color css

<style>
 a { background-color: #0030FB; }

 a { background-color: rgb(0,48,251); }

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

border-color css

<style>
 span { border-color: #0030FB; }

 span { border-color: rgb(0,48,251); }

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