Html Css Color HEX #2F02DA Medium Blue

📋 copy color: '#2F02DA'

red 47 ◦ green 2 ◦ blue 218

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

Shades of Medium Blue #2F02DA

Tints of Medium Blue #2F02DA

RGB

 RED value IS 47 (18.75% from 255) = 17.6%

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 17.6%
G = 0.75%
B = 81.65%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2F02DA (or 0x2F02DA) is known color: Medium Blue. HEX triplet: 2F, 02 and DA. RGB value is (47,2,218). Sum of RGB (Red+Green+Blue) = 47+2+218=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 218 (85.55% from 255 or 81.65% from 267); Max value from RGB is 218 - color contains mainly: blue. Hex color #2F02DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F02DA is #D0FD25. Grayscale: #272727. Windows color (decimal): -13696294 or 14287407. OLE color: 14287407.

HSL color Cylindrical-coordinate representation of color #2F02DA: hue angle of 252.5º degrees, saturation: 0.98, 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 #2F02DA is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 2 218 -
CMYK 0.78 0.99 0 0.15
HSL 252.5º 0.98% 0.43% -
HSV(B) 252.5º 0.99% 0.85% -
XYZ 13.85 5.71 66.7 -
YUV 40.08 228.41 132.94 -
System Red Green Blue C M Y K H S L
Decimal 47 2 218 0.78 0.99 0 0.15 252.5 0.98 0.43
Hex 2F 2 DA 4E 63 0 F FD 62 2B
Octal 57 2 332 116 143 0 17 375 142 53
Binary 101111 10 11011010 1001110 1100011 0 1111 11111101 1100010 101011

Color Harmonies of #2F02DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F02DA

Black with #2F02DA

Text Example


Text Example

White with #2F02DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F02DA; }

 p { color: rgb(47,2,218); }

 H1.HeaderClassName
 {
   color: #2F02DA;
 }
 .AnyTagClassName
 {
   color: #2F02DA;
 }
</style>

background-color css

<style>
 a { background-color: #2F02DA; }

 a { background-color: rgb(47,2,218); }

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

border-color css

<style>
 span { border-color: #2F02DA; }

 span { border-color: rgb(47,2,218); }

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