Html Css Color HEX #023EFD Blue

📋 copy color: '#023EFD'

red 2 ◦ green 62 ◦ blue 253

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

Shades of Blue #023EFD

Tints of Blue #023EFD

RGB

 RED value IS 2 (1.17% from 255) = 0.63%

 GREEN value IS 62 (24.61% from 255) = 19.56%

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

R = 0.63%
G = 19.56%
B = 79.81%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#023EFD (or 0x023EFD) is known color: Blue. HEX triplet: 02, 3E and FD. RGB value is (2,62,253). Sum of RGB (Red+Green+Blue) = 2+62+253=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #023EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023EFD is #FDC102. Grayscale: #414141. Windows color (decimal): -16630019 or 16596482. OLE color: 16596482.

HSL color Cylindrical-coordinate representation of color #023EFD: hue angle of 225.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023EFD is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 62 253 -
CMYK 0.99 0.75 0 0.01
HSL 225.66º 0.98% 0.5% -
HSV(B) 225.66º 0.99% 0.99% -
XYZ 19.48 10.55 93.94 -
YUV 65.83 233.62 82.47 -
System Red Green Blue C M Y K H S L
Decimal 2 62 253 0.99 0.75 0 0.01 225.66 0.98 0.5
Hex 2 3E FD 63 4B 0 1 E2 62 32
Octal 2 76 375 143 113 0 1 342 142 62
Binary 10 111110 11111101 1100011 1001011 0 1 11100010 1100010 110010

Color Harmonies of #023EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023EFD

Black with #023EFD

Text Example


Text Example

White with #023EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023EFD; }

 p { color: rgb(2,62,253); }

 H1.HeaderClassName
 {
   color: #023EFD;
 }
 .AnyTagClassName
 {
   color: #023EFD;
 }
</style>

background-color css

<style>
 a { background-color: #023EFD; }

 a { background-color: rgb(2,62,253); }

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

border-color css

<style>
 span { border-color: #023EFD; }

 span { border-color: rgb(2,62,253); }

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