Html Css Color HEX #023BF3 Persian Blue

📋 copy color: '#023BF3'

red 2 ◦ green 59 ◦ blue 243

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

Shades of Persian Blue #023BF3

Tints of Persian Blue #023BF3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

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

R = 0.66%
G = 19.41%
B = 79.93%

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

#023BF3 (or 0x023BF3) is known color: Persian Blue. HEX triplet: 02, 3B and F3. RGB value is (2,59,243). Sum of RGB (Red+Green+Blue) = 2+59+243=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 243 (95.31% from 255 or 79.93% from 304); Max value from RGB is 243 - color contains mainly: blue. Hex color #023BF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023BF3 is #FDC40C. Grayscale: #3E3E3E. Windows color (decimal): -16630797 or 15940354. OLE color: 15940354.

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

Color convert

RGB 2 59 243 -
CMYK 0.99 0.76 0 0.05
HSL 225.81º 0.98% 0.48% -
HSV(B) 225.81º 0.99% 0.95% -
XYZ 17.77 9.61 85.71 -
YUV 62.93 229.62 84.54 -
System Red Green Blue C M Y K H S L
Decimal 2 59 243 0.99 0.76 0 0.05 225.81 0.98 0.48
Hex 2 3B F3 63 4C 0 5 E2 62 30
Octal 2 73 363 143 114 0 5 342 142 60
Binary 10 111011 11110011 1100011 1001100 0 101 11100010 1100010 110000

Color Harmonies of #023BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BF3

Black with #023BF3

Text Example


Text Example

White with #023BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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