Html Css Color HEX #023AF3 Persian Blue

📋 copy color: '#023AF3'

red 2 ◦ green 58 ◦ blue 243

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

Shades of Persian Blue #023AF3

Tints of Persian Blue #023AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 80.2%

R = 0.66%
G = 19.14%
B = 80.2%

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

#023AF3 (or 0x023AF3) is known color: Persian Blue. HEX triplet: 02, 3A and F3. RGB value is (2,58,243). Sum of RGB (Red+Green+Blue) = 2+58+243=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 243 (95.31% from 255 or 80.20% from 303); Max value from RGB is 243 - color contains mainly: blue. Hex color #023AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023AF3 is #FDC50C. Grayscale: #3D3D3D. Windows color (decimal): -16631053 or 15940098. OLE color: 15940098.

HSL color Cylindrical-coordinate representation of color #023AF3: hue angle of 226.06º 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 #023AF3 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 58 243 -
CMYK 0.99 0.76 0 0.05
HSL 226.06º 0.98% 0.48% -
HSV(B) 226.06º 0.99% 0.95% -
XYZ 17.72 9.51 85.7 -
YUV 62.35 229.95 84.96 -
System Red Green Blue C M Y K H S L
Decimal 2 58 243 0.99 0.76 0 0.05 226.06 0.98 0.48
Hex 2 3A F3 63 4C 0 5 E2 62 30
Octal 2 72 363 143 114 0 5 342 142 60
Binary 10 111010 11110011 1100011 1001100 0 101 11100010 1100010 110000

Color Harmonies of #023AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023AF3

Black with #023AF3

Text Example


Text Example

White with #023AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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