Html Css Color HEX #150EFA Blue

📋 copy color: '#150EFA'

red 21 ◦ green 14 ◦ blue 250

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

Shades of Blue #150EFA

Tints of Blue #150EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.91%

 BLUE value IS 250 (98.05% from 255) = 87.72%

R = 7.37%
G = 4.91%
B = 87.72%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#150EFA (or 0x150EFA) is known color: Blue. HEX triplet: 15, 0E and FA. RGB value is (21,14,250). Sum of RGB (Red+Green+Blue) = 21+14+250=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 250 (98.05% from 255 or 87.72% from 285); Max value from RGB is 250 - color contains mainly: blue. Hex color #150EFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150EFA is #EAF105. Grayscale: #2A2A2A. Windows color (decimal): -15397126 or 16387605. OLE color: 16387605.

HSL color Cylindrical-coordinate representation of color #150EFA: hue angle of 241.78º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150EFA is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 14 250 -
CMYK 0.92 0.94 0 0.02
HSL 241.78º 0.96% 0.52% -
HSV(B) 241.78º 0.94% 0.98% -
XYZ 17.72 7.38 90.93 -
YUV 43 244.82 112.31 -
System Red Green Blue C M Y K H S L
Decimal 21 14 250 0.92 0.94 0 0.02 241.78 0.96 0.52
Hex 15 E FA 5C 5E 0 2 F2 60 34
Octal 25 16 372 134 136 0 2 362 140 64
Binary 10101 1110 11111010 1011100 1011110 0 10 11110010 1100000 110100

Color Harmonies of #150EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150EFA

Black with #150EFA

Text Example


Text Example

White with #150EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150EFA; }

 p { color: rgb(21,14,250); }

 H1.HeaderClassName
 {
   color: #150EFA;
 }
 .AnyTagClassName
 {
   color: #150EFA;
 }
</style>

background-color css

<style>
 a { background-color: #150EFA; }

 a { background-color: rgb(21,14,250); }

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

border-color css

<style>
 span { border-color: #150EFA; }

 span { border-color: rgb(21,14,250); }

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