Html Css Color HEX #242FEE Persian Blue

📋 copy color: '#242FEE'

red 36 ◦ green 47 ◦ blue 238

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

Shades of Persian Blue #242FEE

Tints of Persian Blue #242FEE

RGB

 RED value IS 36 (14.45% from 255) = 11.21%

 GREEN value IS 47 (18.75% from 255) = 14.64%

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

R = 11.21%
G = 14.64%
B = 74.14%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#242FEE (or 0x242FEE) is known color: Persian Blue. HEX triplet: 24, 2F and EE. RGB value is (36,47,238). Sum of RGB (Red+Green+Blue) = 36+47+238=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #242FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242FEE is #DBD011. Grayscale: #404040. Windows color (decimal): -14405650 or 15609636. OLE color: 15609636.

HSL color Cylindrical-coordinate representation of color #242FEE: hue angle of 236.73º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242FEE is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 47 238 -
CMYK 0.85 0.80 0 0.07
HSL 236.73º 0.86% 0.54% -
HSV(B) 236.73º 0.85% 0.93% -
XYZ 17.18 8.58 81.64 -
YUV 65.49 225.36 106.97 -
System Red Green Blue C M Y K H S L
Decimal 36 47 238 0.85 0.80 0 0.07 236.73 0.86 0.54
Hex 24 2F EE 55 50 0 7 ED 56 36
Octal 44 57 356 125 120 0 7 355 126 66
Binary 100100 101111 11101110 1010101 1010000 0 111 11101101 1010110 110110

Color Harmonies of #242FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242FEE

Black with #242FEE

Text Example


Text Example

White with #242FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242FEE; }

 p { color: rgb(36,47,238); }

 H1.HeaderClassName
 {
   color: #242FEE;
 }
 .AnyTagClassName
 {
   color: #242FEE;
 }
</style>

background-color css

<style>
 a { background-color: #242FEE; }

 a { background-color: rgb(36,47,238); }

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

border-color css

<style>
 span { border-color: #242FEE; }

 span { border-color: rgb(36,47,238); }

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