Html Css Color HEX #0F42ED Persian Blue

📋 copy color: '#0F42ED'

red 15 ◦ green 66 ◦ blue 237

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

Shades of Persian Blue #0F42ED

Tints of Persian Blue #0F42ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

 BLUE value IS 237 (92.97% from 255) = 74.53%

R = 4.72%
G = 20.75%
B = 74.53%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0F42ED (or 0x0F42ED) is known color: Persian Blue. HEX triplet: 0F, 42 and ED. RGB value is (15,66,237). Sum of RGB (Red+Green+Blue) = 15+66+237=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #0F42ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F42ED is #F0BD12. Grayscale: #454545. Windows color (decimal): -15777043 or 15548943. OLE color: 15548943.

HSL color Cylindrical-coordinate representation of color #0F42ED: hue angle of 226.22º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F42ED is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 66 237 -
CMYK 0.94 0.72 0 0.07
HSL 226.22º 0.88% 0.49% -
HSV(B) 226.22º 0.94% 0.93% -
XYZ 17.43 10.11 81.15 -
YUV 70.25 222.1 88.6 -
System Red Green Blue C M Y K H S L
Decimal 15 66 237 0.94 0.72 0 0.07 226.22 0.88 0.49
Hex F 42 ED 5E 48 0 7 E2 58 31
Octal 17 102 355 136 110 0 7 342 130 61
Binary 1111 1000010 11101101 1011110 1001000 0 111 11100010 1011000 110001

Color Harmonies of #0F42ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F42ED

Black with #0F42ED

Text Example


Text Example

White with #0F42ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,66,237); }

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

background-color css

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

 a { background-color: rgb(15,66,237); }

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

border-color css

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

 span { border-color: rgb(15,66,237); }

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