Html Css Color HEX #152AED Blue

📋 copy color: '#152AED'

red 21 ◦ green 42 ◦ blue 237

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

Shades of Blue #152AED

Tints of Blue #152AED

RGB

 RED value IS 21 (8.59% from 255) = 7%

 GREEN value IS 42 (16.8% from 255) = 14%

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

R = 7%
G = 14%
B = 79%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#152AED (or 0x152AED) is known color: Blue. HEX triplet: 15, 2A and ED. RGB value is (21,42,237). Sum of RGB (Red+Green+Blue) = 21+42+237=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #152AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152AED is #EAD512. Grayscale: #393939. Windows color (decimal): -15389971 or 15542805. OLE color: 15542805.

HSL color Cylindrical-coordinate representation of color #152AED: hue angle of 234.17º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152AED is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 42 237 -
CMYK 0.91 0.82 0 0.07
HSL 234.17º 0.86% 0.51% -
HSV(B) 234.17º 0.91% 0.93% -
XYZ 16.42 7.93 80.79 -
YUV 57.95 229.04 101.64 -
System Red Green Blue C M Y K H S L
Decimal 21 42 237 0.91 0.82 0 0.07 234.17 0.86 0.51
Hex 15 2A ED 5B 52 0 7 EA 56 33
Octal 25 52 355 133 122 0 7 352 126 63
Binary 10101 101010 11101101 1011011 1010010 0 111 11101010 1010110 110011

Color Harmonies of #152AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152AED

Black with #152AED

Text Example


Text Example

White with #152AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152AED; }

 p { color: rgb(21,42,237); }

 H1.HeaderClassName
 {
   color: #152AED;
 }
 .AnyTagClassName
 {
   color: #152AED;
 }
</style>

background-color css

<style>
 a { background-color: #152AED; }

 a { background-color: rgb(21,42,237); }

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

border-color css

<style>
 span { border-color: #152AED; }

 span { border-color: rgb(21,42,237); }

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