Html Css Color HEX #023CF0 Persian Blue

📋 copy color: '#023CF0'

red 2 ◦ green 60 ◦ blue 240

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

Shades of Persian Blue #023CF0

Tints of Persian Blue #023CF0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.87%

 BLUE value IS 240 (94.14% from 255) = 79.47%

R = 0.66%
G = 19.87%
B = 79.47%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#023CF0 (or 0x023CF0) is known color: Persian Blue. HEX triplet: 02, 3C and F0. RGB value is (2,60,240). Sum of RGB (Red+Green+Blue) = 2+60+240=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 240 (94.14% from 255 or 79.47% from 302); Max value from RGB is 240 - color contains mainly: blue. Hex color #023CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023CF0 is #FDC30F. Grayscale: #3E3E3E. Windows color (decimal): -16630544 or 15744002. OLE color: 15744002.

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

Color convert

RGB 2 60 240 -
CMYK 0.99 0.75 0 0.06
HSL 225.38º 0.98% 0.47% -
HSV(B) 225.38º 0.99% 0.94% -
XYZ 17.37 9.54 83.36 -
YUV 63.18 227.78 84.36 -
System Red Green Blue C M Y K H S L
Decimal 2 60 240 0.99 0.75 0 0.06 225.38 0.98 0.47
Hex 2 3C F0 63 4B 0 6 E1 62 2F
Octal 2 74 360 143 113 0 6 341 142 57
Binary 10 111100 11110000 1100011 1001011 0 110 11100001 1100010 101111

Color Harmonies of #023CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CF0

Black with #023CF0

Text Example


Text Example

White with #023CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,60,240); }

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

background-color css

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

 a { background-color: rgb(2,60,240); }

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

border-color css

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

 span { border-color: rgb(2,60,240); }

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