Html Css Color HEX #235AFA Royal Blue

📋 copy color: '#235AFA'

red 35 ◦ green 90 ◦ blue 250

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

Shades of Royal Blue #235AFA

Tints of Royal Blue #235AFA

RGB

 RED value IS 35 (14.06% from 255) = 9.33%

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

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

R = 9.33%
G = 24%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#235AFA (or 0x235AFA) is known color: Royal Blue. HEX triplet: 23, 5A and FA. RGB value is (35,90,250). Sum of RGB (Red+Green+Blue) = 35+90+250=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #235AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235AFA is #DCA505. Grayscale: #5B5B5B. Windows color (decimal): -14460166 or 16407075. OLE color: 16407075.

HSL color Cylindrical-coordinate representation of color #235AFA: hue angle of 224.65º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #235AFA is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 90 250 -
CMYK 0.86 0.64 0 0.02
HSL 224.65º 0.96% 0.56% -
HSV(B) 224.65º 0.86% 0.98% -
XYZ 21.6 14.57 92.12 -
YUV 91.8 217.28 87.49 -
System Red Green Blue C M Y K H S L
Decimal 35 90 250 0.86 0.64 0 0.02 224.65 0.96 0.56
Hex 23 5A FA 56 40 0 2 E1 60 38
Octal 43 132 372 126 100 0 2 341 140 70
Binary 100011 1011010 11111010 1010110 1000000 0 10 11100001 1100000 111000

Color Harmonies of #235AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235AFA

Black with #235AFA

Text Example


Text Example

White with #235AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235AFA; }

 p { color: rgb(35,90,250); }

 H1.HeaderClassName
 {
   color: #235AFA;
 }
 .AnyTagClassName
 {
   color: #235AFA;
 }
</style>

background-color css

<style>
 a { background-color: #235AFA; }

 a { background-color: rgb(35,90,250); }

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

border-color css

<style>
 span { border-color: #235AFA; }

 span { border-color: rgb(35,90,250); }

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