Html Css Color HEX #023BED Persian Blue

📋 copy color: '#023BED'

red 2 ◦ green 59 ◦ blue 237

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

Shades of Persian Blue #023BED

Tints of Persian Blue #023BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 79.53%

R = 0.67%
G = 19.8%
B = 79.53%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#023BED (or 0x023BED) is known color: Persian Blue. HEX triplet: 02, 3B and ED. RGB value is (2,59,237). Sum of RGB (Red+Green+Blue) = 2+59+237=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #023BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023BED is #FDC412. Grayscale: #3D3D3D. Windows color (decimal): -16630803 or 15547138. OLE color: 15547138.

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

Color convert

RGB 2 59 237 -
CMYK 0.99 0.75 0 0.07
HSL 225.45º 0.98% 0.47% -
HSV(B) 225.45º 0.99% 0.93% -
XYZ 16.88 9.26 81.02 -
YUV 62.25 226.62 85.03 -
System Red Green Blue C M Y K H S L
Decimal 2 59 237 0.99 0.75 0 0.07 225.45 0.98 0.47
Hex 2 3B ED 63 4B 0 7 E1 62 2F
Octal 2 73 355 143 113 0 7 341 142 57
Binary 10 111011 11101101 1100011 1001011 0 111 11100001 1100010 101111

Color Harmonies of #023BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BED

Black with #023BED

Text Example


Text Example

White with #023BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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