Html Css Color HEX #1F02CF Medium Blue

📋 copy color: '#1F02CF'

red 31 ◦ green 2 ◦ blue 207

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

Shades of Medium Blue #1F02CF

Tints of Medium Blue #1F02CF

RGB

 RED value IS 31 (12.5% from 255) = 12.92%

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

 BLUE value IS 207 (81.25% from 255) = 86.25%

R = 12.92%
G = 0.83%
B = 86.25%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F02CF (or 0x1F02CF) is known color: Medium Blue. HEX triplet: 1F, 02 and CF. RGB value is (31,2,207). Sum of RGB (Red+Green+Blue) = 31+2+207=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F02CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F02CF is #E0FD30. Grayscale: #212121. Windows color (decimal): -14744881 or 13566495. OLE color: 13566495.

HSL color Cylindrical-coordinate representation of color #1F02CF: hue angle of 248.49º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F02CF is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 2 207 -
CMYK 0.85 0.99 0 0.19
HSL 248.49º 0.98% 0.41% -
HSV(B) 248.49º 0.99% 0.81% -
XYZ 11.85 4.84 59.34 -
YUV 34.04 225.61 125.83 -
System Red Green Blue C M Y K H S L
Decimal 31 2 207 0.85 0.99 0 0.19 248.49 0.98 0.41
Hex 1F 2 CF 55 63 0 13 F8 62 29
Octal 37 2 317 125 143 0 23 370 142 51
Binary 11111 10 11001111 1010101 1100011 0 10011 11111000 1100010 101001

Color Harmonies of #1F02CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F02CF

Black with #1F02CF

Text Example


Text Example

White with #1F02CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F02CF; }

 p { color: rgb(31,2,207); }

 H1.HeaderClassName
 {
   color: #1F02CF;
 }
 .AnyTagClassName
 {
   color: #1F02CF;
 }
</style>

background-color css

<style>
 a { background-color: #1F02CF; }

 a { background-color: rgb(31,2,207); }

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

border-color css

<style>
 span { border-color: #1F02CF; }

 span { border-color: rgb(31,2,207); }

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