Html Css Color HEX #0035EE Persian Blue

📋 copy color: '#0035EE'

red 0 ◦ green 53 ◦ blue 238

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

Shades of Persian Blue #0035EE

Tints of Persian Blue #0035EE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 53 (21.09% from 255) = 18.21%

 BLUE value IS 238 (93.36% from 255) = 81.79%

R = 0%
G = 18.21%
B = 81.79%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0035EE (or 0x0035EE) is known color: Persian Blue. HEX triplet: 00, 35 and EE. RGB value is (0,53,238). Sum of RGB (Red+Green+Blue) = 0+53+238=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 238 (93.36% from 255 or 81.79% from 291); Max value from RGB is 238 - color contains mainly: blue. Hex color #0035EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0035EE is #FFCA11. Grayscale: #393939. Windows color (decimal): -16763410 or 15611136. OLE color: 15611136.

HSL color Cylindrical-coordinate representation of color #0035EE: hue angle of 226.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035EE is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 53 238 -
CMYK 1 0.78 0 0.07
HSL 226.64º 1% 0.47% -
HSV(B) 226.64º 1% 0.93% -
XYZ 16.71 8.72 81.69 -
YUV 58.24 229.44 86.46 -
System Red Green Blue C M Y K H S L
Decimal 0 53 238 1 0.78 0 0.07 226.64 1 0.47
Hex 0 35 EE 64 4E 0 7 E3 64 2F
Octal 0 65 356 144 116 0 7 343 144 57
Binary 0 110101 11101110 1100100 1001110 0 111 11100011 1100100 101111

Color Harmonies of #0035EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0035EE

Black with #0035EE

Text Example


Text Example

White with #0035EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0035EE; }

 p { color: rgb(0,53,238); }

 H1.HeaderClassName
 {
   color: #0035EE;
 }
 .AnyTagClassName
 {
   color: #0035EE;
 }
</style>

background-color css

<style>
 a { background-color: #0035EE; }

 a { background-color: rgb(0,53,238); }

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

border-color css

<style>
 span { border-color: #0035EE; }

 span { border-color: rgb(0,53,238); }

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