Html Css Color HEX #255EEA Royal Blue

📋 copy color: '#255EEA'

red 37 ◦ green 94 ◦ blue 234

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

Shades of Royal Blue #255EEA

Tints of Royal Blue #255EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.75%

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

R = 10.14%
G = 25.75%
B = 64.11%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#255EEA (or 0x255EEA) is known color: Royal Blue. HEX triplet: 25, 5E and EA. RGB value is (37,94,234). Sum of RGB (Red+Green+Blue) = 37+94+234=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #255EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255EEA is #DAA115. Grayscale: #5C5C5C. Windows color (decimal): -14328086 or 15359525. OLE color: 15359525.

HSL color Cylindrical-coordinate representation of color #255EEA: hue angle of 222.64º 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 #255EEA is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 94 234 -
CMYK 0.84 0.60 0 0.08
HSL 222.64º 0.82% 0.53% -
HSV(B) 222.64º 0.84% 0.92% -
XYZ 19.62 14.34 79.58 -
YUV 92.92 207.62 88.12 -
System Red Green Blue C M Y K H S L
Decimal 37 94 234 0.84 0.60 0 0.08 222.64 0.82 0.53
Hex 25 5E EA 54 3C 0 8 DF 52 35
Octal 45 136 352 124 74 0 10 337 122 65
Binary 100101 1011110 11101010 1010100 111100 0 1000 11011111 1010010 110101

Color Harmonies of #255EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EEA

Black with #255EEA

Text Example


Text Example

White with #255EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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