Html Css Color HEX #1F03CF Medium Blue

📋 copy color: '#1F03CF'

red 31 ◦ green 3 ◦ blue 207

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

Shades of Medium Blue #1F03CF

Tints of Medium Blue #1F03CF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 12.86%
G = 1.24%
B = 85.89%

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

#1F03CF (or 0x1F03CF) is known color: Medium Blue. HEX triplet: 1F, 03 and CF. RGB value is (31,3,207). Sum of RGB (Red+Green+Blue) = 31+3+207=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F03CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F03CF is #E0FC30. Grayscale: #212121. Windows color (decimal): -14744625 or 13566751. OLE color: 13566751.

HSL color Cylindrical-coordinate representation of color #1F03CF: hue angle of 248.24º degrees, saturation: 0.97, 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 #1F03CF is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 3 207 -
CMYK 0.85 0.99 0 0.19
HSL 248.24º 0.97% 0.41% -
HSV(B) 248.24º 0.99% 0.81% -
XYZ 11.86 4.86 59.34 -
YUV 34.63 225.28 125.41 -
System Red Green Blue C M Y K H S L
Decimal 31 3 207 0.85 0.99 0 0.19 248.24 0.97 0.41
Hex 1F 3 CF 55 63 0 13 F8 61 29
Octal 37 3 317 125 143 0 23 370 141 51
Binary 11111 11 11001111 1010101 1100011 0 10011 11111000 1100001 101001

Color Harmonies of #1F03CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F03CF

Black with #1F03CF

Text Example


Text Example

White with #1F03CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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