Html Css Color HEX #0F3EDE Persian Blue

📋 copy color: '#0F3EDE'

red 15 ◦ green 62 ◦ blue 222

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

Shades of Persian Blue #0F3EDE

Tints of Persian Blue #0F3EDE

RGB

 RED value IS 15 (6.25% from 255) = 5.02%

 GREEN value IS 62 (24.61% from 255) = 20.74%

 BLUE value IS 222 (87.11% from 255) = 74.25%

R = 5.02%
G = 20.74%
B = 74.25%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F3EDE (or 0x0F3EDE) is known color: Persian Blue. HEX triplet: 0F, 3E and DE. RGB value is (15,62,222). Sum of RGB (Red+Green+Blue) = 15+62+222=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F3EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3EDE is #F0C121. Grayscale: #414141. Windows color (decimal): -15778082 or 14564879. OLE color: 14564879.

HSL color Cylindrical-coordinate representation of color #0F3EDE: hue angle of 226.38º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F3EDE is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 62 222 -
CMYK 0.93 0.72 0 0.13
HSL 226.38º 0.87% 0.46% -
HSV(B) 226.38º 0.93% 0.87% -
XYZ 15.1 8.82 70.01 -
YUV 66.19 215.93 91.49 -
System Red Green Blue C M Y K H S L
Decimal 15 62 222 0.93 0.72 0 0.13 226.38 0.87 0.46
Hex F 3E DE 5D 48 0 D E2 57 2E
Octal 17 76 336 135 110 0 15 342 127 56
Binary 1111 111110 11011110 1011101 1001000 0 1101 11100010 1010111 101110

Color Harmonies of #0F3EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3EDE

Black with #0F3EDE

Text Example


Text Example

White with #0F3EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,62,222); }

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

background-color css

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

 a { background-color: rgb(15,62,222); }

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

border-color css

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

 span { border-color: rgb(15,62,222); }

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