Html Css Color HEX #023AF2 Persian Blue

📋 copy color: '#023AF2'

red 2 ◦ green 58 ◦ blue 242

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

Shades of Persian Blue #023AF2

Tints of Persian Blue #023AF2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.21%

 BLUE value IS 242 (94.92% from 255) = 80.13%

R = 0.66%
G = 19.21%
B = 80.13%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#023AF2 (or 0x023AF2) is known color: Persian Blue. HEX triplet: 02, 3A and F2. RGB value is (2,58,242). Sum of RGB (Red+Green+Blue) = 2+58+242=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 242 (94.92% from 255 or 80.13% from 302); Max value from RGB is 242 - color contains mainly: blue. Hex color #023AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023AF2 is #FDC50D. Grayscale: #3D3D3D. Windows color (decimal): -16631054 or 15874562. OLE color: 15874562.

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

Color convert

RGB 2 58 242 -
CMYK 0.99 0.76 0 0.05
HSL 226º 0.98% 0.48% -
HSV(B) 226º 0.99% 0.95% -
XYZ 17.57 9.45 84.9 -
YUV 62.23 229.45 85.04 -
System Red Green Blue C M Y K H S L
Decimal 2 58 242 0.99 0.76 0 0.05 226 0.98 0.48
Hex 2 3A F2 63 4C 0 5 E2 62 30
Octal 2 72 362 143 114 0 5 342 142 60
Binary 10 111010 11110010 1100011 1001100 0 101 11100010 1100010 110000

Color Harmonies of #023AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023AF2

Black with #023AF2

Text Example


Text Example

White with #023AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,58,242); }

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

background-color css

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

 a { background-color: rgb(2,58,242); }

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

border-color css

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

 span { border-color: rgb(2,58,242); }

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