#0038FF

Color #0038FF Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0038FF

Tints of Blue #0038FF

Color information

#0038FF (or 0x0038FF) is unknown color: approx Blue. HEX triplet: 00, 38 and FF. RGB value is (0,56,255). Sum of RGB (Red+Green+Blue) = 0+56+255=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #0038FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0038FF is #FFC700. Grayscale: #3D3D3D. Windows color (decimal): -16762625 or 16726016. OLE color: 16726016.

HSL color Cylindrical-coordinate representation of color #0038FF: hue angle of 226.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0038FF is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB056255-
CMYK10.7800
HSL226.82º100%50%-
HSV(B)226.82º100%100%-
XYZ19.4610.0595.52-
YUV61.94236.9583.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 18.01%
BLUE value IS 255 (100% from 255) = 81.99%
R=0%
G=18.01%
B=81.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal05625510.7800226.8210050
Hex038FF644E00e36432
Octal0703771441160034314462
Binary0111000111111111100100100111000111000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0038FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0038FF; }

 p { color: rgb(0,56,255); }

 H1.HeaderClassName
 {
   color: #0038FF;
 }
 .AnyTagClassName
 {
   color: #0038FF;
 }
</style>
background-color css

<style>
 a { background-color: #0038FF; }

 a { background-color: rgb(0,56,255); }

 div.DivClassName
 {
   background-color: #0038FF;
 }
 .BgClassName
 {
   background-color: #0038FF;
 }
</style>
border-color css

<style>
 span { border-color: #0038FF; }

 span { border-color: rgb(0,56,255); }

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