Html Css Color HEX #264ABE Cerulean Blue

📋 copy color: '#264ABE'

red 38 ◦ green 74 ◦ blue 190

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

Shades of Cerulean Blue #264ABE

Tints of Cerulean Blue #264ABE

RGB

 RED value IS 38 (15.23% from 255) = 12.58%

 GREEN value IS 74 (29.3% from 255) = 24.5%

 BLUE value IS 190 (74.61% from 255) = 62.91%

R = 12.58%
G = 24.5%
B = 62.91%

CMYK

 C value IS 0.8

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#264ABE (or 0x264ABE) is known color: Cerulean Blue. HEX triplet: 26, 4A and BE. RGB value is (38,74,190). Sum of RGB (Red+Green+Blue) = 38+74+190=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #264ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264ABE is #D9B541. Grayscale: #4B4B4B. Windows color (decimal): -14267714 or 12470822. OLE color: 12470822.

HSL color Cylindrical-coordinate representation of color #264ABE: hue angle of 225.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264ABE is Cyan = 0.8, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 74 190 -
CMYK 0.8 0.61 0 0.25
HSL 225.79º 0.67% 0.45% -
HSV(B) 225.79º 0.8% 0.75% -
XYZ 12.54 9.03 49.8 -
YUV 76.46 192.07 100.57 -
System Red Green Blue C M Y K H S L
Decimal 38 74 190 0.8 0.61 0 0.25 225.79 0.67 0.45
Hex 26 4A BE 50 3D 0 19 E2 43 2D
Octal 46 112 276 120 75 0 31 342 103 55
Binary 100110 1001010 10111110 1010000 111101 0 11001 11100010 1000011 101101

Color Harmonies of #264ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264ABE

Black with #264ABE

Text Example


Text Example

White with #264ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264ABE; }

 p { color: rgb(38,74,190); }

 H1.HeaderClassName
 {
   color: #264ABE;
 }
 .AnyTagClassName
 {
   color: #264ABE;
 }
</style>

background-color css

<style>
 a { background-color: #264ABE; }

 a { background-color: rgb(38,74,190); }

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

border-color css

<style>
 span { border-color: #264ABE; }

 span { border-color: rgb(38,74,190); }

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