Html Css Color HEX #030CED Blue

📋 copy color: '#030CED'

red 3 ◦ green 12 ◦ blue 237

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

Shades of Blue #030CED

Tints of Blue #030CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 94.05%

R = 1.19%
G = 4.76%
B = 94.05%

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

#030CED (or 0x030CED) is known color: Blue. HEX triplet: 03, 0C and ED. RGB value is (3,12,237). Sum of RGB (Red+Green+Blue) = 3+12+237=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 237 (92.97% from 255 or 94.05% from 252); Max value from RGB is 237 - color contains mainly: blue. Hex color #030CED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030CED is #FCF312. Grayscale: #222222. Windows color (decimal): -16577299 or 15535107. OLE color: 15535107.

HSL color Cylindrical-coordinate representation of color #030CED: hue angle of 237.69º 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 #030CED is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 12 237 -
CMYK 0.99 0.95 0 0.07
HSL 237.69º 0.98% 0.47% -
HSV(B) 237.69º 0.99% 0.93% -
XYZ 15.46 6.4 80.54 -
YUV 34.96 242.02 105.2 -
System Red Green Blue C M Y K H S L
Decimal 3 12 237 0.99 0.95 0 0.07 237.69 0.98 0.47
Hex 3 C ED 63 5F 0 7 EE 62 2F
Octal 3 14 355 143 137 0 7 356 142 57
Binary 11 1100 11101101 1100011 1011111 0 111 11101110 1100010 101111

Color Harmonies of #030CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030CED

Black with #030CED

Text Example


Text Example

White with #030CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,12,237); }

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

background-color css

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

 a { background-color: rgb(3,12,237); }

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

border-color css

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

 span { border-color: rgb(3,12,237); }

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