Html Css Color HEX #255EF4 Royal Blue

📋 copy color: '#255EF4'

red 37 ◦ green 94 ◦ blue 244

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

Shades of Royal Blue #255EF4

Tints of Royal Blue #255EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 65.07%

R = 9.87%
G = 25.07%
B = 65.07%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#255EF4 (or 0x255EF4) is known color: Royal Blue. HEX triplet: 25, 5E and F4. RGB value is (37,94,244). Sum of RGB (Red+Green+Blue) = 37+94+244=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 244 (95.70% from 255 or 65.07% from 375); Max value from RGB is 244 - color contains mainly: blue. Hex color #255EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255EF4 is #DAA10B. Grayscale: #5D5D5D. Windows color (decimal): -14328076 or 16014885. OLE color: 16014885.

HSL color Cylindrical-coordinate representation of color #255EF4: hue angle of 223.48º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255EF4 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 94 244 -
CMYK 0.85 0.61 0 0.04
HSL 223.48º 0.9% 0.55% -
HSV(B) 223.48º 0.85% 0.96% -
XYZ 21.09 14.93 87.36 -
YUV 94.06 212.62 87.3 -
System Red Green Blue C M Y K H S L
Decimal 37 94 244 0.85 0.61 0 0.04 223.48 0.9 0.55
Hex 25 5E F4 55 3D 0 4 DF 5A 37
Octal 45 136 364 125 75 0 4 337 132 67
Binary 100101 1011110 11110100 1010101 111101 0 100 11011111 1011010 110111

Color Harmonies of #255EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EF4

Black with #255EF4

Text Example


Text Example

White with #255EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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