Html Css Color HEX #0026FA Blue

📋 copy color: '#0026FA'

red 0 ◦ green 38 ◦ blue 250

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

Shades of Blue #0026FA

Tints of Blue #0026FA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 38 (15.23% from 255) = 13.19%

 BLUE value IS 250 (98.05% from 255) = 86.81%

R = 0%
G = 13.19%
B = 86.81%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0026FA (or 0x0026FA) is known color: Blue. HEX triplet: 00, 26 and FA. RGB value is (0,38,250). Sum of RGB (Red+Green+Blue) = 0+38+250=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 250 (98.05% from 255 or 86.81% from 288); Max value from RGB is 250 - color contains mainly: blue. Hex color #0026FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0026FA is #FFD905. Grayscale: #313131. Windows color (decimal): -16767238 or 16393728. OLE color: 16393728.

HSL color Cylindrical-coordinate representation of color #0026FA: hue angle of 230.88º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0026FA is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 38 250 -
CMYK 1 0.85 0 0.02
HSL 230.88º 1% 0.49% -
HSV(B) 230.88º 1% 0.98% -
XYZ 17.95 8.29 91.1 -
YUV 50.81 240.41 91.76 -
System Red Green Blue C M Y K H S L
Decimal 0 38 250 1 0.85 0 0.02 230.88 1 0.49
Hex 0 26 FA 64 55 0 2 E7 64 31
Octal 0 46 372 144 125 0 2 347 144 61
Binary 0 100110 11111010 1100100 1010101 0 10 11100111 1100100 110001

Color Harmonies of #0026FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0026FA

Black with #0026FA

Text Example


Text Example

White with #0026FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0026FA; }

 p { color: rgb(0,38,250); }

 H1.HeaderClassName
 {
   color: #0026FA;
 }
 .AnyTagClassName
 {
   color: #0026FA;
 }
</style>

background-color css

<style>
 a { background-color: #0026FA; }

 a { background-color: rgb(0,38,250); }

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

border-color css

<style>
 span { border-color: #0026FA; }

 span { border-color: rgb(0,38,250); }

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