Html Css Color HEX #255FEA Royal Blue

📋 copy color: '#255FEA'

red 37 ◦ green 95 ◦ blue 234

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

Shades of Royal Blue #255FEA

Tints of Royal Blue #255FEA

RGB

 RED value IS 37 (14.84% from 255) = 10.11%

 GREEN value IS 95 (37.5% from 255) = 25.96%

 BLUE value IS 234 (91.8% from 255) = 63.93%

R = 10.11%
G = 25.96%
B = 63.93%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#255FEA (or 0x255FEA) is known color: Royal Blue. HEX triplet: 25, 5F and EA. RGB value is (37,95,234). Sum of RGB (Red+Green+Blue) = 37+95+234=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #255FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255FEA is #DAA015. Grayscale: #5C5C5C. Windows color (decimal): -14327830 or 15359781. OLE color: 15359781.

HSL color Cylindrical-coordinate representation of color #255FEA: hue angle of 222.34º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255FEA is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 95 234 -
CMYK 0.84 0.59 0 0.08
HSL 222.34º 0.82% 0.53% -
HSV(B) 222.34º 0.84% 0.92% -
XYZ 19.71 14.52 79.61 -
YUV 93.5 207.28 87.7 -
System Red Green Blue C M Y K H S L
Decimal 37 95 234 0.84 0.59 0 0.08 222.34 0.82 0.53
Hex 25 5F EA 54 3B 0 8 DE 52 35
Octal 45 137 352 124 73 0 10 336 122 65
Binary 100101 1011111 11101010 1010100 111011 0 1000 11011110 1010010 110101

Color Harmonies of #255FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FEA

Black with #255FEA

Text Example


Text Example

White with #255FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255FEA; }

 p { color: rgb(37,95,234); }

 H1.HeaderClassName
 {
   color: #255FEA;
 }
 .AnyTagClassName
 {
   color: #255FEA;
 }
</style>

background-color css

<style>
 a { background-color: #255FEA; }

 a { background-color: rgb(37,95,234); }

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

border-color css

<style>
 span { border-color: #255FEA; }

 span { border-color: rgb(37,95,234); }

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