Html Css Color HEX #0F27EF Blue

📋 copy color: '#0F27EF'

red 15 ◦ green 39 ◦ blue 239

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

Shades of Blue #0F27EF

Tints of Blue #0F27EF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.31%

 BLUE value IS 239 (93.75% from 255) = 81.57%

R = 5.12%
G = 13.31%
B = 81.57%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F27EF (or 0x0F27EF) is known color: Blue. HEX triplet: 0F, 27 and EF. RGB value is (15,39,239). Sum of RGB (Red+Green+Blue) = 15+39+239=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 239 (93.75% from 255 or 81.57% from 293); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F27EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F27EF is #F0D810. Grayscale: #353535. Windows color (decimal): -15783953 or 15673103. OLE color: 15673103.

HSL color Cylindrical-coordinate representation of color #0F27EF: hue angle of 233.57º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F27EF is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 39 239 -
CMYK 0.94 0.84 0 0.06
HSL 233.57º 0.88% 0.5% -
HSV(B) 233.57º 0.94% 0.94% -
XYZ 16.5 7.78 82.29 -
YUV 54.62 232.05 99.74 -
System Red Green Blue C M Y K H S L
Decimal 15 39 239 0.94 0.84 0 0.06 233.57 0.88 0.5
Hex F 27 EF 5E 54 0 6 EA 58 32
Octal 17 47 357 136 124 0 6 352 130 62
Binary 1111 100111 11101111 1011110 1010100 0 110 11101010 1011000 110010

Color Harmonies of #0F27EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F27EF

Black with #0F27EF

Text Example


Text Example

White with #0F27EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,39,239); }

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

background-color css

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

 a { background-color: rgb(15,39,239); }

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

border-color css

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

 span { border-color: rgb(15,39,239); }

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