Html Css Color HEX #0F2AFD Blue

📋 copy color: '#0F2AFD'

red 15 ◦ green 42 ◦ blue 253

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

Shades of Blue #0F2AFD

Tints of Blue #0F2AFD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.55%

 BLUE value IS 253 (99.22% from 255) = 81.61%

R = 4.84%
G = 13.55%
B = 81.61%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F2AFD (or 0x0F2AFD) is known color: Blue. HEX triplet: 0F, 2A and FD. RGB value is (15,42,253). Sum of RGB (Red+Green+Blue) = 15+42+253=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 253 (99.22% from 255 or 81.61% from 310); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F2AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2AFD is #F0D502. Grayscale: #393939. Windows color (decimal): -15783171 or 16591375. OLE color: 16591375.

HSL color Cylindrical-coordinate representation of color #0F2AFD: hue angle of 233.19º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F2AFD is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 42 253 -
CMYK 0.94 0.83 0 0.01
HSL 233.19º 0.98% 0.53% -
HSV(B) 233.19º 0.94% 0.99% -
XYZ 18.75 8.85 93.65 -
YUV 57.98 238.05 97.34 -
System Red Green Blue C M Y K H S L
Decimal 15 42 253 0.94 0.83 0 0.01 233.19 0.98 0.53
Hex F 2A FD 5E 53 0 1 E9 62 35
Octal 17 52 375 136 123 0 1 351 142 65
Binary 1111 101010 11111101 1011110 1010011 0 1 11101001 1100010 110101

Color Harmonies of #0F2AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2AFD

Black with #0F2AFD

Text Example


Text Example

White with #0F2AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,42,253); }

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

background-color css

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

 a { background-color: rgb(15,42,253); }

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

border-color css

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

 span { border-color: rgb(15,42,253); }

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