Html Css Color HEX #0F3FFB Persian Blue

📋 copy color: '#0F3FFB'

red 15 ◦ green 63 ◦ blue 251

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

Shades of Persian Blue #0F3FFB

Tints of Persian Blue #0F3FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

 BLUE value IS 251 (98.44% from 255) = 76.29%

R = 4.56%
G = 19.15%
B = 76.29%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F3FFB (or 0x0F3FFB) is known color: Persian Blue. HEX triplet: 0F, 3F and FB. RGB value is (15,63,251). Sum of RGB (Red+Green+Blue) = 15+63+251=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F3FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F3FFB is #F0C004. Grayscale: #454545. Windows color (decimal): -15777797 or 16465679. OLE color: 16465679.

HSL color Cylindrical-coordinate representation of color #0F3FFB: hue angle of 227.8º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F3FFB is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 63 251 -
CMYK 0.94 0.75 0 0.02
HSL 227.8º 0.97% 0.52% -
HSV(B) 227.8º 0.94% 0.98% -
XYZ 19.39 10.62 92.3 -
YUV 70.08 230.1 88.71 -
System Red Green Blue C M Y K H S L
Decimal 15 63 251 0.94 0.75 0 0.02 227.8 0.97 0.52
Hex F 3F FB 5E 4B 0 2 E4 61 34
Octal 17 77 373 136 113 0 2 344 141 64
Binary 1111 111111 11111011 1011110 1001011 0 10 11100100 1100001 110100

Color Harmonies of #0F3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3FFB

Black with #0F3FFB

Text Example


Text Example

White with #0F3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,63,251); }

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

background-color css

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

 a { background-color: rgb(15,63,251); }

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

border-color css

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

 span { border-color: rgb(15,63,251); }

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