Html Css Color HEX #002BFA Blue

📋 copy color: '#002BFA'

red 0 ◦ green 43 ◦ blue 250

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

Shades of Blue #002BFA

Tints of Blue #002BFA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.68%

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

R = 0%
G = 14.68%
B = 85.32%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#002BFA (or 0x002BFA) is known color: Blue. HEX triplet: 00, 2B and FA. RGB value is (0,43,250). Sum of RGB (Red+Green+Blue) = 0+43+250=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 250 (98.05% from 255 or 85.32% from 293); Max value from RGB is 250 - color contains mainly: blue. Hex color #002BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002BFA is #FFD405. Grayscale: #343434. Windows color (decimal): -16765958 or 16395008. OLE color: 16395008.

HSL color Cylindrical-coordinate representation of color #002BFA: hue angle of 229.68º 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 #002BFA is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 43 250 -
CMYK 1 0.83 0 0.02
HSL 229.68º 1% 0.49% -
HSV(B) 229.68º 1% 0.98% -
XYZ 18.12 8.63 91.15 -
YUV 53.74 238.75 89.67 -
System Red Green Blue C M Y K H S L
Decimal 0 43 250 1 0.83 0 0.02 229.68 1 0.49
Hex 0 2B FA 64 53 0 2 E6 64 31
Octal 0 53 372 144 123 0 2 346 144 61
Binary 0 101011 11111010 1100100 1010011 0 10 11100110 1100100 110001

Color Harmonies of #002BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002BFA

Black with #002BFA

Text Example


Text Example

White with #002BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002BFA; }

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

 H1.HeaderClassName
 {
   color: #002BFA;
 }
 .AnyTagClassName
 {
   color: #002BFA;
 }
</style>

background-color css

<style>
 a { background-color: #002BFA; }

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

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

border-color css

<style>
 span { border-color: #002BFA; }

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

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