Html Css Color HEX #255AF4 Royal Blue

📋 copy color: '#255AF4'

red 37 ◦ green 90 ◦ blue 244

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

Shades of Royal Blue #255AF4

Tints of Royal Blue #255AF4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

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

R = 9.97%
G = 24.26%
B = 65.77%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#255AF4 (or 0x255AF4) is known color: Royal Blue. HEX triplet: 25, 5A and F4. RGB value is (37,90,244). Sum of RGB (Red+Green+Blue) = 37+90+244=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 244 (95.70% from 255 or 65.77% from 371); Max value from RGB is 244 - color contains mainly: blue. Hex color #255AF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AF4 is #DAA50B. Grayscale: #5B5B5B. Windows color (decimal): -14329100 or 16013861. OLE color: 16013861.

HSL color Cylindrical-coordinate representation of color #255AF4: hue angle of 224.64º 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 #255AF4 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 90 244 -
CMYK 0.85 0.63 0 0.04
HSL 224.64º 0.9% 0.55% -
HSV(B) 224.64º 0.85% 0.96% -
XYZ 20.75 14.24 87.24 -
YUV 91.71 213.94 88.98 -
System Red Green Blue C M Y K H S L
Decimal 37 90 244 0.85 0.63 0 0.04 224.64 0.9 0.55
Hex 25 5A F4 55 3F 0 4 E1 5A 37
Octal 45 132 364 125 77 0 4 341 132 67
Binary 100101 1011010 11110100 1010101 111111 0 100 11100001 1011010 110111

Color Harmonies of #255AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255AF4

Black with #255AF4

Text Example


Text Example

White with #255AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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