Html Css Color HEX #265AC2 Cerulean Blue

📋 copy color: '#265AC2'

red 38 ◦ green 90 ◦ blue 194

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

Shades of Cerulean Blue #265AC2

Tints of Cerulean Blue #265AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 60.25%

R = 11.8%
G = 27.95%
B = 60.25%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#265AC2 (or 0x265AC2) is known color: Cerulean Blue. HEX triplet: 26, 5A and C2. RGB value is (38,90,194). Sum of RGB (Red+Green+Blue) = 38+90+194=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 194 (76.17% from 255 or 60.25% from 322); Max value from RGB is 194 - color contains mainly: blue. Hex color #265AC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265AC2 is #D9A53D. Grayscale: #555555. Windows color (decimal): -14263614 or 12737062. OLE color: 12737062.

HSL color Cylindrical-coordinate representation of color #265AC2: hue angle of 220º 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 #265AC2 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 90 194 -
CMYK 0.80 0.54 0 0.24
HSL 220º 0.67% 0.45% -
HSV(B) 220º 0.8% 0.76% -
XYZ 14.19 11.62 52.53 -
YUV 86.31 188.77 93.54 -
System Red Green Blue C M Y K H S L
Decimal 38 90 194 0.80 0.54 0 0.24 220 0.67 0.45
Hex 26 5A C2 50 36 0 18 DC 43 2D
Octal 46 132 302 120 66 0 30 334 103 55
Binary 100110 1011010 11000010 1010000 110110 0 11000 11011100 1000011 101101

Color Harmonies of #265AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265AC2

Black with #265AC2

Text Example


Text Example

White with #265AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265AC2; }

 p { color: rgb(38,90,194); }

 H1.HeaderClassName
 {
   color: #265AC2;
 }
 .AnyTagClassName
 {
   color: #265AC2;
 }
</style>

background-color css

<style>
 a { background-color: #265AC2; }

 a { background-color: rgb(38,90,194); }

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

border-color css

<style>
 span { border-color: #265AC2; }

 span { border-color: rgb(38,90,194); }

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