Html Css Color HEX #030DEE Blue

📋 copy color: '#030DEE'

red 3 ◦ green 13 ◦ blue 238

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

Shades of Blue #030DEE

Tints of Blue #030DEE

RGB

 RED value IS 3 (1.56% from 255) = 1.18%

 GREEN value IS 13 (5.47% from 255) = 5.12%

 BLUE value IS 238 (93.36% from 255) = 93.7%

R = 1.18%
G = 5.12%
B = 93.7%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#030DEE (or 0x030DEE) is known color: Blue. HEX triplet: 03, 0D and EE. RGB value is (3,13,238). Sum of RGB (Red+Green+Blue) = 3+13+238=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 238 (93.36% from 255 or 93.70% from 254); Max value from RGB is 238 - color contains mainly: blue. Hex color #030DEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030DEE is #FCF211. Grayscale: #222222. Windows color (decimal): -16577042 or 15600899. OLE color: 15600899.

HSL color Cylindrical-coordinate representation of color #030DEE: hue angle of 237.45º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030DEE is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 13 238 -
CMYK 0.99 0.95 0 0.07
HSL 237.45º 0.98% 0.47% -
HSV(B) 237.45º 0.99% 0.93% -
XYZ 15.61 6.48 81.32 -
YUV 35.66 242.19 104.7 -
System Red Green Blue C M Y K H S L
Decimal 3 13 238 0.99 0.95 0 0.07 237.45 0.98 0.47
Hex 3 D EE 63 5F 0 7 ED 62 2F
Octal 3 15 356 143 137 0 7 355 142 57
Binary 11 1101 11101110 1100011 1011111 0 111 11101101 1100010 101111

Color Harmonies of #030DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DEE

Black with #030DEE

Text Example


Text Example

White with #030DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030DEE; }

 p { color: rgb(3,13,238); }

 H1.HeaderClassName
 {
   color: #030DEE;
 }
 .AnyTagClassName
 {
   color: #030DEE;
 }
</style>

background-color css

<style>
 a { background-color: #030DEE; }

 a { background-color: rgb(3,13,238); }

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

border-color css

<style>
 span { border-color: #030DEE; }

 span { border-color: rgb(3,13,238); }

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