Html Css Color HEX #0038FF Blue

📋 copy color: '#0038FF'

red 0 ◦ green 56 ◦ blue 255

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

Shades of Blue #0038FF

Tints of Blue #0038FF

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 value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0038FF (or 0x0038FF) is known color: 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

RGB 0 56 255 -
CMYK 1 0.78 0 0
HSL 226.82º 1% 0.5% -
HSV(B) 226.82º 1% 1% -
XYZ 19.46 10.05 95.52 -
YUV 61.94 236.95 83.82 -
System Red Green Blue C M Y K H S L
Decimal 0 56 255 1 0.78 0 0 226.82 1 0.5
Hex 0 38 FF 64 4E 0 0 E3 64 32
Octal 0 70 377 144 116 0 0 343 144 62
Binary 0 111000 11111111 1100100 1001110 0 0 11100011 1100100 110010

Color Harmonies of #0038FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0038FF

Black with #0038FF

Text Example


Text Example

White with #0038FF

Text Example


Text Example

HTML Codes & Css Web 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>