Html Css Color HEX #0D30EF Blue

📋 copy color: '#0D30EF'

red 13 ◦ green 48 ◦ blue 239

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

Shades of Blue #0D30EF

Tints of Blue #0D30EF

RGB

 RED value IS 13 (5.47% from 255) = 4.33%

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

 BLUE value IS 239 (93.75% from 255) = 79.67%

R = 4.33%
G = 16%
B = 79.67%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0D30EF (or 0x0D30EF) is known color: Blue. HEX triplet: 0D, 30 and EF. RGB value is (13,48,239). Sum of RGB (Red+Green+Blue) = 13+48+239=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 239 (93.75% from 255 or 79.67% from 300); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D30EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D30EF is #F2CF10. Grayscale: #3A3A3A. Windows color (decimal): -15912721 or 15675405. OLE color: 15675405.

HSL color Cylindrical-coordinate representation of color #0D30EF: hue angle of 230.71º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D30EF is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 13 48 239 -
CMYK 0.95 0.80 0 0.06
HSL 230.71º 0.9% 0.49% -
HSV(B) 230.71º 0.95% 0.94% -
XYZ 16.8 8.43 82.4 -
YUV 59.31 229.4 94.97 -
System Red Green Blue C M Y K H S L
Decimal 13 48 239 0.95 0.80 0 0.06 230.71 0.9 0.49
Hex D 30 EF 5F 50 0 6 E7 5A 31
Octal 15 60 357 137 120 0 6 347 132 61
Binary 1101 110000 11101111 1011111 1010000 0 110 11100111 1011010 110001

Color Harmonies of #0D30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D30EF

Black with #0D30EF

Text Example


Text Example

White with #0D30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,48,239); }

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

background-color css

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

 a { background-color: rgb(13,48,239); }

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

border-color css

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

 span { border-color: rgb(13,48,239); }

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