Html Css Color HEX #023DF9 Blue

📋 copy color: '#023DF9'

red 2 ◦ green 61 ◦ blue 249

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

Shades of Blue #023DF9

Tints of Blue #023DF9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.55%

 BLUE value IS 249 (97.66% from 255) = 79.81%

R = 0.64%
G = 19.55%
B = 79.81%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#023DF9 (or 0x023DF9) is known color: Blue. HEX triplet: 02, 3D and F9. RGB value is (2,61,249). Sum of RGB (Red+Green+Blue) = 2+61+249=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 249 (97.66% from 255 or 79.81% from 312); Max value from RGB is 249 - color contains mainly: blue. Hex color #023DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023DF9 is #FDC206. Grayscale: #3F3F3F. Windows color (decimal): -16630279 or 16334082. OLE color: 16334082.

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

Color convert

RGB 2 61 249 -
CMYK 0.99 0.76 0 0.02
HSL 225.67º 0.98% 0.49% -
HSV(B) 225.67º 0.99% 0.98% -
XYZ 18.79 10.19 90.6 -
YUV 64.79 231.95 83.21 -
System Red Green Blue C M Y K H S L
Decimal 2 61 249 0.99 0.76 0 0.02 225.67 0.98 0.49
Hex 2 3D F9 63 4C 0 2 E2 62 31
Octal 2 75 371 143 114 0 2 342 142 61
Binary 10 111101 11111001 1100011 1001100 0 10 11100010 1100010 110001

Color Harmonies of #023DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DF9

Black with #023DF9

Text Example


Text Example

White with #023DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,61,249); }

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

background-color css

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

 a { background-color: rgb(2,61,249); }

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

border-color css

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

 span { border-color: rgb(2,61,249); }

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