Html Css Color HEX #030FDA Medium Blue

📋 copy color: '#030FDA'

red 3 ◦ green 15 ◦ blue 218

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

Shades of Medium Blue #030FDA

Tints of Medium Blue #030FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.36%

 BLUE value IS 218 (85.55% from 255) = 92.37%

R = 1.27%
G = 6.36%
B = 92.37%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#030FDA (or 0x030FDA) is known color: Medium Blue. HEX triplet: 03, 0F and DA. RGB value is (3,15,218). Sum of RGB (Red+Green+Blue) = 3+15+218=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 218 (85.55% from 255 or 92.37% from 236); Max value from RGB is 218 - color contains mainly: blue. Hex color #030FDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FDA is #FCF025. Grayscale: #212121. Windows color (decimal): -16576550 or 14290691. OLE color: 14290691.

HSL color Cylindrical-coordinate representation of color #030FDA: hue angle of 236.65º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030FDA is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 15 218 -
CMYK 0.99 0.93 0 0.15
HSL 236.65º 0.97% 0.43% -
HSV(B) 236.65º 0.99% 0.85% -
XYZ 12.86 5.42 66.7 -
YUV 34.55 231.52 105.49 -
System Red Green Blue C M Y K H S L
Decimal 3 15 218 0.99 0.93 0 0.15 236.65 0.97 0.43
Hex 3 F DA 63 5D 0 F ED 61 2B
Octal 3 17 332 143 135 0 17 355 141 53
Binary 11 1111 11011010 1100011 1011101 0 1111 11101101 1100001 101011

Color Harmonies of #030FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FDA

Black with #030FDA

Text Example


Text Example

White with #030FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,15,218); }

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

background-color css

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

 a { background-color: rgb(3,15,218); }

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

border-color css

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

 span { border-color: rgb(3,15,218); }

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