Html Css Color HEX #264AC1 Cerulean Blue

📋 copy color: '#264AC1'

red 38 ◦ green 74 ◦ blue 193

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

Shades of Cerulean Blue #264AC1

Tints of Cerulean Blue #264AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 63.28%

R = 12.46%
G = 24.26%
B = 63.28%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#264AC1 (or 0x264AC1) is known color: Cerulean Blue. HEX triplet: 26, 4A and C1. RGB value is (38,74,193). Sum of RGB (Red+Green+Blue) = 38+74+193=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #264AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264AC1 is #D9B53E. Grayscale: #4C4C4C. Windows color (decimal): -14267711 or 12667430. OLE color: 12667430.

HSL color Cylindrical-coordinate representation of color #264AC1: hue angle of 226.06º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264AC1 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 74 193 -
CMYK 0.80 0.62 0 0.24
HSL 226.06º 0.67% 0.45% -
HSV(B) 226.06º 0.8% 0.76% -
XYZ 12.87 9.16 51.54 -
YUV 76.8 193.57 100.32 -
System Red Green Blue C M Y K H S L
Decimal 38 74 193 0.80 0.62 0 0.24 226.06 0.67 0.45
Hex 26 4A C1 50 3E 0 18 E2 43 2D
Octal 46 112 301 120 76 0 30 342 103 55
Binary 100110 1001010 11000001 1010000 111110 0 11000 11100010 1000011 101101

Color Harmonies of #264AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264AC1

Black with #264AC1

Text Example


Text Example

White with #264AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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