Html Css Color HEX #0F38FD Blue

📋 copy color: '#0F38FD'

red 15 ◦ green 56 ◦ blue 253

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

Shades of Blue #0F38FD

Tints of Blue #0F38FD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

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

R = 4.63%
G = 17.28%
B = 78.09%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F38FD (or 0x0F38FD) is known color: Blue. HEX triplet: 0F, 38 and FD. RGB value is (15,56,253). Sum of RGB (Red+Green+Blue) = 15+56+253=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 253 (99.22% from 255 or 78.09% from 324); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F38FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F38FD is #F0C702. Grayscale: #414141. Windows color (decimal): -15779587 or 16594959. OLE color: 16594959.

HSL color Cylindrical-coordinate representation of color #0F38FD: hue angle of 229.66º 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 #0F38FD is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 56 253 -
CMYK 0.94 0.78 0 0.01
HSL 229.66º 0.98% 0.53% -
HSV(B) 229.66º 0.94% 0.99% -
XYZ 19.34 10.02 93.84 -
YUV 66.2 233.42 91.48 -
System Red Green Blue C M Y K H S L
Decimal 15 56 253 0.94 0.78 0 0.01 229.66 0.98 0.53
Hex F 38 FD 5E 4E 0 1 E6 62 35
Octal 17 70 375 136 116 0 1 346 142 65
Binary 1111 111000 11111101 1011110 1001110 0 1 11100110 1100010 110101

Color Harmonies of #0F38FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F38FD

Black with #0F38FD

Text Example


Text Example

White with #0F38FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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