Html Css Color HEX #264ABA Cerulean Blue

📋 copy color: '#264ABA'

red 38 ◦ green 74 ◦ blue 186

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

Shades of Cerulean Blue #264ABA

Tints of Cerulean Blue #264ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 12.75%
G = 24.83%
B = 62.42%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#264ABA (or 0x264ABA) is known color: Cerulean Blue. HEX triplet: 26, 4A and BA. RGB value is (38,74,186). Sum of RGB (Red+Green+Blue) = 38+74+186=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #264ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264ABA is #D9B545. Grayscale: #4B4B4B. Windows color (decimal): -14267718 or 12208678. OLE color: 12208678.

HSL color Cylindrical-coordinate representation of color #264ABA: hue angle of 225.41º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264ABA is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 74 186 -
CMYK 0.80 0.60 0 0.27
HSL 225.41º 0.66% 0.44% -
HSV(B) 225.41º 0.8% 0.73% -
XYZ 12.11 8.85 47.53 -
YUV 76 190.07 100.89 -
System Red Green Blue C M Y K H S L
Decimal 38 74 186 0.80 0.60 0 0.27 225.41 0.66 0.44
Hex 26 4A BA 50 3C 0 1B E1 42 2C
Octal 46 112 272 120 74 0 33 341 102 54
Binary 100110 1001010 10111010 1010000 111100 0 11011 11100001 1000010 101100

Color Harmonies of #264ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264ABA

Black with #264ABA

Text Example


Text Example

White with #264ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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